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

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


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

--
-- Database: `diginspire_wp404`
--

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

--
-- Table structure for table `wpgx_commentmeta`
--

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

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

--
-- Table structure for table `wpgx_comments`
--

CREATE TABLE `wpgx_comments` (
  `comment_ID` bigint UNSIGNED NOT NULL,
  `comment_post_ID` bigint UNSIGNED NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpgx_comments`
--

INSERT INTO `wpgx_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2023-07-04 06:40:42', '2023-07-04 06:40:42', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

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

--
-- Table structure for table `wpgx_e_events`
--

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

--
-- Dumping data for table `wpgx_e_events`
--

INSERT INTO `wpgx_e_events` (`id`, `event_data`, `created_at`) VALUES
(1, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2023-07-04T12:11:47.598-06:30\"}', '2023-07-04 12:11:47'),
(2, '{\"event\":\"close modal\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\"}\",\"ts\":\"2023-07-04T12:11:49.737-06:30\"}', '2023-07-04 12:11:49');

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

--
-- Table structure for table `wpgx_links`
--

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

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

--
-- Table structure for table `wpgx_options`
--

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

--
-- Dumping data for table `wpgx_options`
--

INSERT INTO `wpgx_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://diginspire.in/dartsp', 'yes'),
(2, 'home', 'https://diginspire.in/dartsp', 'yes'),
(3, 'blogname', 'My Blog', 'yes'),
(4, 'blogdescription', 'My WordPress Blog', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@diginspire.in', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:144:{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:34:\"wpcode/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wpcode/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"wpcode/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wpcode/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"wpcode/([^/]+)/embed/?$\";s:39:\"index.php?wpcode=$matches[1]&embed=true\";s:27:\"wpcode/([^/]+)/trackback/?$\";s:33:\"index.php?wpcode=$matches[1]&tb=1\";s:35:\"wpcode/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&paged=$matches[2]\";s:42:\"wpcode/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&cpage=$matches[2]\";s:31:\"wpcode/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?wpcode=$matches[1]&page=$matches[2]\";s:23:\"wpcode/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"wpcode/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"wpcode/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"wpcode/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"wpcode_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_type=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_type=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_type/([^/]+)/embed/?$\";s:44:\"index.php?wpcode_type=$matches[1]&embed=true\";s:40:\"wpcode_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wpcode_type=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_type/([^/]+)/?$\";s:33:\"index.php?wpcode_type=$matches[1]\";s:56:\"wpcode_location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?wpcode_location=$matches[1]&feed=$matches[2]\";s:51:\"wpcode_location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?wpcode_location=$matches[1]&feed=$matches[2]\";s:32:\"wpcode_location/([^/]+)/embed/?$\";s:48:\"index.php?wpcode_location=$matches[1]&embed=true\";s:44:\"wpcode_location/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?wpcode_location=$matches[1]&paged=$matches[2]\";s:26:\"wpcode_location/([^/]+)/?$\";s:37:\"index.php?wpcode_location=$matches[1]\";s:52:\"wpcode_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_tags=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_tags=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_tags/([^/]+)/embed/?$\";s:44:\"index.php?wpcode_tags=$matches[1]&embed=true\";s:40:\"wpcode_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wpcode_tags=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_tags/([^/]+)/?$\";s:33:\"index.php?wpcode_tags=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=69&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:7:{i:0;s:27:\"ad-inserter/ad-inserter.php\";i:1;s:44:\"cf7-multi-step/contact-form-7-multi-step.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:37:\"disable-comments/disable-comments.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:35:\"insert-headers-and-footers/ihaf.php\";i:6;s:39:\"wp-file-manager/file_folder_manager.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:3:{i:0;s:80:\"/home/diginspire/public_html/dartsp/wp-content/themes/hello-elementor/footer.php\";i:2;s:79:\"/home/diginspire/public_html/dartsp/wp-content/themes/hello-elementor/style.css\";i:3;s:0:\"\";}', 'no'),
(40, 'template', 'hello-elementor', 'yes'),
(41, 'stylesheet', 'hello-elementor', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '55853', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '69', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1704004842', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(99, 'initial_db_version', '53496', 'yes'),
(100, 'wpgx_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpcode_edit_snippets\";b:1;s:24:\"wpcode_activate_snippets\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(101, 'fresh_site', '0', 'yes'),
(102, 'user_count', '1', 'no'),
(103, '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;}', 'yes'),
(104, 'sidebars_widgets', 'a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}', 'yes'),
(105, 'cron', 'a:13:{i:1694598043;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:1694630442;a:3:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1694630449;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:1694673642;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:1694673649;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:1694673650;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:1694673702;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:1694750209;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:1695074316;a:1:{s:26:\"wpcode_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1695188832;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:1695192042;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1696883751;a:1:{s:22:\"dst_update_ad-inserter\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}', 'yes'),
(106, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(120, 'recovery_keys', 'a:0:{}', 'yes'),
(121, 'theme_mods_twentytwentythree', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1688833655;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'yes'),
(127, 'https_detection_errors', 'a:0:{}', 'yes'),
(142, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"admin@diginspire.in\";s:7:\"version\";s:5:\"6.2.2\";s:9:\"timestamp\";i:1688452851;}', 'no'),
(163, 'elementor_active_kit', '5', 'yes'),
(164, 'elementor_font_display', 'swap', 'yes'),
(167, 'recently_activated', 'a:0:{}', 'yes'),
(168, 'elementor_version', '3.14.1', 'yes'),
(169, 'elementor_install_history', 'a:1:{s:6:\"3.14.1\";i:1688452903;}', 'yes'),
(170, 'elementor_events_db_version', '1.0.0', 'no'),
(172, '_elementor_installed_time', '1688452903', 'yes');
INSERT INTO `wpgx_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(173, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:561;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:562;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:563;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:606;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:607;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:608;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:609;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'no');
INSERT INTO `wpgx_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(174, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:82:\"Elementor 3.15 is Here - Check out The Taxonomy Filter, Nested Accordion, and More\";s:7:\"excerpt\";s:241:\"This release includes the first phase of the much-awaited Taxonomy Filter, the new and improved Accordion widget with nested items, enhanced styling capabilities for Carousel widgets, fun new Elementor AI Image tools, and the new Apps Page. \";s:7:\"created\";i:1691513693;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:157:\"https://elementor.com/blog/introducing-315-taxonomy-filter-nested-accordion-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:97:\"Introducing Elementor 3.14 - Gain More Design Flexibility with Nested Carousels and Loop Grid Ads\";s:7:\"excerpt\";s:239:\"This version includes a new Carousel widget, extends the Loop Grid with the ability to place static content within the Loop, a Global Styles Preview, and a multitude of highly requested styling capabilities, and new Elementor AI features. \";s:7:\"created\";i:1688394655;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:154:\"https://elementor.com/blog/introducing-314-nested-carousel-loop-grid-ads-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:87:\"Professional Hosting Tools that Boost Control and Elevate Your Online Business Presence\";s:7:\"excerpt\";s:249:\"Experience more control and workflow efficiency with powerful tools like phpMyAdmin, SFTP, and Cloning. And elevate your online brand and business with Custom Domains and Professional Mailboxes, ensuring a professional and distinct website presence.\";s:7:\"created\";i:1688054065;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:130:\"https://elementor.com/blog/new-professional-hosting-tools/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(177, 'elementor_onboarded', '1', 'yes'),
(180, 'finished_updating_comment_type', '1', 'yes'),
(185, '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'),
(186, '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'),
(187, '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'),
(188, '_elementor_assets_data', 'a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:9:{s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.14.1\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.14.1\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.14.1\";}s:6:\"spacer\";a:2:{s:7:\"content\";s:924:\"<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>\";s:7:\"version\";s:6:\"3.14.1\";}s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.14.1\";}s:5:\"video\";a:2:{s:7:\"content\";s:1443:\"<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-video .elementor-widget-container{overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{height:100%;width:100%;display:flex;border:none;background-color:#000}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-wrapper{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.14.1\";}s:4:\"html\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.14.1\";}s:4:\"icon\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.14.1\";}s:7:\"divider\";a:2:{s:7:\"content\";s:3594:\"<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.14.1\";}}}}', 'yes'),
(189, '_elementor_global_css', 'a:6:{s:4:\"time\";i:1688453179;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}', 'yes'),
(192, 'elementor_log', 'a:8:{s:32:\"20176940ae701dbf14a5ea3ef67073e8\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"14799\";s:7:\"\0*\0file\";s:97:\"https://diginspire.in/dartsp/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2023-07-04 07:06:12\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:58:\"Cannot read properties of null (reading &#039;clone&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1202;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-07-04 07:07:33\";i:1;s:19:\"2023-07-04 07:07:33\";i:2;s:19:\"2023-07-04 07:07:33\";i:3;s:19:\"2023-07-04 07:07:33\";i:4;s:19:\"2023-07-04 07:07:33\";i:5;s:19:\"2023-07-04 07:07:33\";i:6;s:19:\"2023-07-04 07:07:33\";i:7;s:19:\"2023-07-04 07:07:36\";i:8;s:19:\"2023-07-04 07:07:36\";i:9;s:19:\"2023-07-04 07:07:36\";i:10;s:19:\"2023-07-04 07:07:36\";i:11;s:19:\"2023-07-04 07:07:36\";i:12;s:19:\"2023-07-04 07:07:36\";i:13;s:19:\"2023-07-04 07:07:36\";i:14;s:19:\"2023-07-04 07:07:36\";i:15;s:19:\"2023-07-04 07:07:36\";i:16;s:19:\"2023-07-04 07:07:36\";i:17;s:19:\"2023-07-04 07:07:36\";i:18;s:19:\"2023-07-04 07:07:36\";i:19;s:19:\"2023-07-04 07:07:36\";i:20;s:19:\"2023-07-04 07:07:36\";i:21;s:19:\"2023-07-04 07:07:36\";i:22;s:19:\"2023-07-04 07:07:36\";i:23;s:19:\"2023-07-04 07:07:37\";i:24;s:19:\"2023-07-04 07:07:37\";i:25;s:19:\"2023-07-04 07:07:37\";i:26;s:19:\"2023-07-04 07:07:37\";i:27;s:19:\"2023-07-04 07:07:37\";i:28;s:19:\"2023-07-04 07:07:37\";i:29;s:19:\"2023-07-04 07:07:37\";i:30;s:19:\"2023-07-04 07:07:37\";i:31;s:19:\"2023-07-04 07:07:37\";i:32;s:19:\"2023-07-04 07:07:37\";i:33;s:19:\"2023-07-04 07:07:37\";i:34;s:19:\"2023-07-04 07:07:37\";i:35;s:19:\"2023-07-04 07:07:37\";i:36;s:19:\"2023-07-04 07:07:37\";i:37;s:19:\"2023-07-04 07:07:37\";i:38;s:19:\"2023-07-04 07:07:37\";i:39;s:19:\"2023-07-04 07:07:37\";i:40;s:19:\"2023-07-04 07:07:37\";i:41;s:19:\"2023-07-04 07:07:37\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1688454372\";s:7:\"message\";s:48:\"Cannot read properties of null (reading \'clone\')\";s:3:\"url\";s:97:\"https://diginspire.in/dartsp/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"14799\";}}s:32:\"0a997826a2fbc91e2cea3d61324d249d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"19552\";s:7:\"\0*\0file\";s:97:\"https://diginspire.in/dartsp/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2023-07-04 07:06:13\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Cannot read properties of null (reading &#039;changestop&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:23;s:14:\"\0*\0times_dates\";a:23:{i:0;s:19:\"2023-07-04 07:06:13\";i:1;s:19:\"2023-07-04 07:06:18\";i:2;s:19:\"2023-07-04 07:06:26\";i:3;s:19:\"2023-07-04 07:06:36\";i:4;s:19:\"2023-07-04 07:06:41\";i:5;s:19:\"2023-07-04 07:06:49\";i:6;s:19:\"2023-07-04 07:06:50\";i:7;s:19:\"2023-07-04 07:06:50\";i:8;s:19:\"2023-07-04 07:06:57\";i:9;s:19:\"2023-07-04 07:06:58\";i:10;s:19:\"2023-07-04 07:07:00\";i:11;s:19:\"2023-07-04 07:07:03\";i:12;s:19:\"2023-07-04 07:07:06\";i:13;s:19:\"2023-07-04 07:07:11\";i:14;s:19:\"2023-07-04 07:07:14\";i:15;s:19:\"2023-07-04 07:07:17\";i:16;s:19:\"2023-07-04 07:07:17\";i:17;s:19:\"2023-07-04 07:07:23\";i:18;s:19:\"2023-07-04 07:07:24\";i:19;s:19:\"2023-07-04 07:07:27\";i:20;s:19:\"2023-07-04 07:07:28\";i:21;s:19:\"2023-07-04 07:07:31\";i:22;s:19:\"2023-07-04 07:07:36\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1688454373\";s:7:\"message\";s:53:\"Cannot read properties of null (reading \'changestop\')\";s:3:\"url\";s:97:\"https://diginspire.in/dartsp/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"19552\";}}s:32:\"d45737fd4aff3db0c00260efe66d57d2\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:89:\"/home/diginspire/public_html/dartsp/wp-content/plugins/elementor/core/logger/items/js.php\";s:7:\"\0*\0line\";i:17;s:7:\"\0*\0date\";s:19:\"2023-07-04 07:06:56\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:35:\"Undefined array key &quot;url&quot;\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-07-04 07:06:56\";i:1;s:19:\"2023-07-04 07:07:21\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:25:\"Undefined array key \"url\"\";s:4:\"file\";s:89:\"/home/diginspire/public_html/dartsp/wp-content/plugins/elementor/core/logger/items/js.php\";s:4:\"line\";i:17;s:5:\"trace\";b:1;}}s:32:\"38d2745972e53e9e3b57c783bf055a52\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:92:\"/home/diginspire/public_html/dartsp/wp-content/plugins/elementor/includes/managers/image.php\";s:7:\"\0*\0line\";i:108;s:7:\"\0*\0date\";s:19:\"2023-07-04 07:18:14\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type bool\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:9;s:14:\"\0*\0times_dates\";a:9:{i:0;s:19:\"2023-07-04 07:18:14\";i:1;s:19:\"2023-07-04 07:18:15\";i:2;s:19:\"2023-07-04 07:18:16\";i:3;s:19:\"2023-07-04 07:18:27\";i:4;s:19:\"2023-07-04 07:18:29\";i:5;s:19:\"2023-07-04 07:18:40\";i:6;s:19:\"2023-07-04 07:18:41\";i:7;s:19:\"2023-07-04 07:19:39\";i:8;s:19:\"2023-07-06 11:04:36\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:51:\"Trying to access array offset on value of type bool\";s:4:\"file\";s:92:\"/home/diginspire/public_html/dartsp/wp-content/plugins/elementor/includes/managers/image.php\";s:4:\"line\";i:108;s:5:\"trace\";b:1;}}s:32:\"780d24dc506bdce3ada8389b622f6a11\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:7:\"1113620\";s:7:\"\0*\0file\";s:92:\"https://diginspire.in/dartsp/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.14.1\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-07-04 07:18:13\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:74:\"Cannot read properties of null (reading &#039;getBoundingClientRect&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:7;s:14:\"\0*\0times_dates\";a:7:{i:0;s:19:\"2023-07-04 07:18:13\";i:1;s:19:\"2023-07-04 07:18:26\";i:2;s:19:\"2023-07-04 07:18:28\";i:3;s:19:\"2023-07-04 07:18:39\";i:4;s:19:\"2023-07-04 07:19:39\";i:5;s:19:\"2023-07-06 11:00:11\";i:6;s:19:\"2023-07-10 03:58:54\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1688455093\";s:7:\"message\";s:64:\"Cannot read properties of null (reading \'getBoundingClientRect\')\";s:3:\"url\";s:92:\"https://diginspire.in/dartsp/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.14.1\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:7:\"1113620\";}}s:32:\"f26c524ba41beff99c7a9b021c8941f8\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"40999\";s:7:\"\0*\0file\";s:74:\"https://diginspire.in/dartsp/wp-includes/js/jquery/jquery.min.js?ver=3.6.4\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2023-07-08 14:12:28\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:90:\"Cannot create property &#039;guid&#039; on string &#039;c4953sectionStretchedSection&#039;\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-07-08 14:12:28\";i:1;s:19:\"2023-07-08 14:27:01\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1688825548\";s:7:\"message\";s:70:\"Cannot create property \'guid\' on string \'c4953sectionStretchedSection\'\";s:3:\"url\";s:74:\"https://diginspire.in/dartsp/wp-includes/js/jquery/jquery.min.js?ver=3.6.4\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"40999\";}}s:32:\"7eba2ec85cd008299e3ea5c46e82492f\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"807522\";s:7:\"\0*\0file\";s:92:\"https://diginspire.in/dartsp/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.14.1\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-07-08 16:17:04\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:67:\"Cannot read properties of undefined (reading &#039;localized&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:8;s:14:\"\0*\0times_dates\";a:8:{i:0;s:19:\"2023-07-08 16:17:04\";i:1;s:19:\"2023-07-08 16:17:04\";i:2;s:19:\"2023-07-08 16:17:04\";i:3;s:19:\"2023-07-08 16:17:05\";i:4;s:19:\"2023-07-08 16:19:43\";i:5;s:19:\"2023-07-08 16:19:43\";i:6;s:19:\"2023-07-08 16:19:43\";i:7;s:19:\"2023-07-08 16:19:43\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1688833024\";s:7:\"message\";s:57:\"Cannot read properties of undefined (reading \'localized\')\";s:3:\"url\";s:92:\"https://diginspire.in/dartsp/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.14.1\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"807522\";}}s:32:\"63272d93c575095e3f07201bf91ee489\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"669031\";s:7:\"\0*\0file\";s:92:\"https://diginspire.in/dartsp/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.14.1\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-07-08 16:34:09\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:58:\"elementorFrontend.elements.window.jQuery is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-08 16:34:09\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1688834049\";s:7:\"message\";s:58:\"elementorFrontend.elements.window.jQuery is not a function\";s:3:\"url\";s:92:\"https://diginspire.in/dartsp/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.14.1\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"669031\";}}}', 'no'),
(204, '_transient_health-check-site-status-result', '{\"good\":18,\"recommended\":4,\"critical\":1}', 'yes'),
(232, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.7.7\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1688643007;s:7:\"version\";s:5:\"5.7.7\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(274, 'current_theme', 'Hello Elementor', 'yes'),
(275, 'theme_mods_hello-elementor', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(276, 'theme_switched', '', 'yes'),
(277, 'hello_theme_version', '2.7.1', 'yes'),
(324, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1694597964;s:7:\"checked\";a:4:{s:15:\"hello-elementor\";s:5:\"2.7.1\";s:15:\"twentytwentyone\";s:3:\"1.7\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.3\";}s:8:\"response\";a:4:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"2.8.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.2.8.1.zip\";s:8:\"requires\";s:3:\"5.9\";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:\"1.8\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.8.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.2.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.4.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(335, 'disable_comments_options', 'a:8:{s:16:\"is_network_admin\";b:0;s:17:\"remove_everywhere\";b:1;s:19:\"disabled_post_types\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";}s:22:\"enable_exclude_by_role\";s:1:\"0\";s:22:\"remove_xmlrpc_comments\";i:0;s:24:\"remove_rest_API_comments\";i:0;s:10:\"db_version\";i:7;s:14:\"settings_saved\";b:1;}', 'yes'),
(336, 'disable_comment_version', '2.4.4', 'yes'),
(339, 'ai-install', '1688978150', 'yes'),
(340, 'widget_ai_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(342, 'dst_notification_times', 'a:1:{s:11:\"ad-inserter\";i:1688978151;}', 'yes'),
(343, '_transient_timeout_dst_admin_ip', '1699346151', 'no'),
(344, '_transient_dst_admin_ip', '150.107.232.209', 'no'),
(347, 'fm_key', 'fd0wlCqYHNxJe5TtgjhiaUQRK', 'yes'),
(349, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1694597964;s:8:\"response\";a:6:{s:27:\"ad-inserter/ad-inserter.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/ad-inserter\";s:4:\"slug\";s:11:\"ad-inserter\";s:6:\"plugin\";s:27:\"ad-inserter/ad-inserter.php\";s:11:\"new_version\";s:6:\"2.7.30\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ad-inserter/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/ad-inserter.2.7.30.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ad-inserter/assets/icon-256x256.jpg?rev=1502039\";s:2:\"1x\";s:64:\"https://ps.w.org/ad-inserter/assets/icon-128x128.jpg?rev=1502039\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/ad-inserter/assets/banner-772x250.png?rev=1708001\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"5.6\";s:14:\"upgrade_notice\";s:86:\"<p>Improved debugging;\nFew minor bug fixes, cosmetic changes and code improvements</p>\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"5.8\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.5.8.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"7.4\";}s:37:\"disable-comments/disable-comments.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/disable-comments\";s:4:\"slug\";s:16:\"disable-comments\";s:6:\"plugin\";s:37:\"disable-comments/disable-comments.php\";s:11:\"new_version\";s:5:\"2.4.5\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/disable-comments/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/disable-comments.2.4.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/disable-comments/assets/icon-256x256.png?rev=2509854\";s:2:\"1x\";s:69:\"https://ps.w.org/disable-comments/assets/icon-128x128.png?rev=2509854\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/disable-comments/assets/banner-1544x500.png?rev=2509854\";s:2:\"1x\";s:71:\"https://ps.w.org/disable-comments/assets/banner-772x250.png?rev=2509854\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.16.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:40:\"w.org/plugins/insert-headers-and-footers\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:5:\"2.1.2\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.2.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=2758516\";s:2:\"1x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-128x128.png?rev=2758516\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/insert-headers-and-footers/assets/banner-1544x500.png?rev=2758516\";s:2:\"1x\";s:81:\"https://ps.w.org/insert-headers-and-footers/assets/banner-772x250.png?rev=2758516\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"5.5\";}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:3:\"7.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:44:\"cf7-multi-step/contact-form-7-multi-step.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/cf7-multi-step\";s:4:\"slug\";s:14:\"cf7-multi-step\";s:6:\"plugin\";s:44:\"cf7-multi-step/contact-form-7-multi-step.php\";s:11:\"new_version\";s:5:\"2.7.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/cf7-multi-step/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/cf7-multi-step.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/cf7-multi-step/assets/icon-256x256.png?rev=2775701\";s:2:\"1x\";s:67:\"https://ps.w.org/cf7-multi-step/assets/icon-256x256.png?rev=2775701\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/cf7-multi-step/assets/banner-1544x500.png?rev=2482333\";s:2:\"1x\";s:69:\"https://ps.w.org/cf7-multi-step/assets/banner-772x250.png?rev=2482333\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}}}', 'no'),
(350, 'wpcode_usage_tracking_config', 'a:6:{s:3:\"day\";i:1;s:4:\"hour\";i:21;s:6:\"minute\";i:58;s:6:\"second\";i:36;s:6:\"offset\";i:165516;s:8:\"initsend\";i:1689631116;}', 'no'),
(351, 'ihaf_activated', 'a:2:{s:6:\"wpcode\";i:1688978310;s:7:\"version\";s:6:\"2.0.13\";}', 'yes'),
(352, 'wpcode_snippets', 'a:1:{s:15:\"after_paragraph\";a:0:{}}', 'yes'),
(353, 'wpcode_admin_notices', 'a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1688978311;s:9:\"dismissed\";b:0;}}', 'yes'),
(356, 'filemanager_email_verified_1', 'yes', 'yes'),
(363, 'wpcode_notifications', 'a:4:{s:6:\"update\";i:1688980606;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'no'),
(364, 'ihaf_insert_header', '<!-- Google tag (gtag.js) -->\r\n<script async src=\\\"https://www.googletagmanager.com/gtag/js?id=G-814DGBEKQG\\\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\\\'js\\\', new Date());\r\n\r\n  gtag(\\\'config\\\', \\\'G-814DGBEKQG\\\');\r\n</script>\r\n	<meta charset=\\\"<?php bloginfo( \\\'charset\\\' ); ?>\\\">\r\n--------------------------------------------------------\r\n\r\n\r\n\r\n', 'yes'),
(365, 'ihaf_insert_footer', '', 'yes'),
(366, 'ihaf_insert_body', '', 'yes'),
(508, 'db_upgraded', '', 'yes'),
(511, 'can_compress_scripts', '0', 'yes'),
(536, 'dst_optin_tracking', 'a:1:{s:11:\"ad-inserter\";i:0;}', 'yes'),
(537, 'dst_optin_newsletter', 'a:1:{s:11:\"ad-inserter\";i:0;}', 'yes'),
(538, 'wpins_block_notice', 'a:1:{s:16:\"disable-comments\";s:16:\"disable-comments\";}', 'yes'),
(539, 'elementor_allow_tracking', 'no', 'yes'),
(540, 'elementor_tracker_notice', '1', 'yes'),
(642, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.3.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.3.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.3.1\";s:7:\"version\";s:5:\"6.3.1\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1694577396;s:15:\"version_checked\";s:5:\"6.3.1\";s:12:\"translations\";a:0:{}}', 'no'),
(681, '_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447', '1694663802', 'no'),
(682, '_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(712, '_site_transient_timeout_theme_roots', '1694599760', 'no'),
(713, '_site_transient_theme_roots', 'a:4:{s:15:\"hello-elementor\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'no');

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

--
-- Table structure for table `wpgx_postmeta`
--

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

--
-- Dumping data for table `wpgx_postmeta`
--

INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 5, '_elementor_edit_mode', 'builder'),
(4, 5, '_elementor_template_type', 'kit'),
(5, 6, '_edit_lock', '1688454293:1'),
(6, 6, '_elementor_edit_mode', 'builder'),
(7, 6, '_elementor_template_type', 'wp-page'),
(8, 6, '_elementor_version', '3.14.1'),
(9, 5, '_elementor_css', 'a:6:{s:4:\"time\";i:1688453043;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:\"\";}'),
(10, 6, '_wp_page_template', 'elementor_canvas'),
(11, 6, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(12, 6, '_elementor_data', '[{\"id\":\"6796a19\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57f4330\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1a5e24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Press On Start Video Call Now Button\\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c3bc3d4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fe348ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33f2372\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dad3b66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"604a44b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"63ee985\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"afb9e37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Live Video call With Thousand of Girl , Make Friends Online With One Click\\u00a0<\\/strong><\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Video calls and Voice over Internet Protocol (VoIP) services have become indispensable in the age of digital communication for keeping in touch with friends, family, and coworkers all around the world. The top seven VoIP and video call service providers who have dominated the market are listed below:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zoom: Thanks to its user-friendly design, excellent video and audio quality, and several capabilities like screen sharing and virtual backdrops, Zoom quickly became very popular during the COVID-19 pandemic and has since been a top choice for video conferencing.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Microsoft Teams: This platform for corporations delivers video calling, chat, and collaboration capabilities all in one place. It is a popular option for business settings due to its interaction with other Microsoft Office programmes and big participant capacity.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Skype: For years, Skype has been a household name for VoIP services and video communications. Users can contact international landlines and mobile numbers at reasonable prices, and it supports group calling and offers dependable communication.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Google Meet is a well-liked option for both personal and professional use. Previously known as Google Hangouts Meet. It is a dependable choice due to its seamless connection with other Google services and capacity for high participant numbers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Featuring high-quality video and audio, screen sharing, and conference recording, Cisco Webex is a feature-rich video conferencing system. Businesses of all sizes frequently utilise it for online conferences, webinars, and teamwork.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WhatsApp: Although it\\u2019s best recognised as a messaging service, WhatsApp also has audio and video calling capabilities. It has gained worldwide traction as the preferred option for private communication due to its sizable user base and end-to-end encryption.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">FaceTime offers seamless video and voice calling experiences for iPhone, iPad, and Mac users and is only available on Apple devices. It is a favourite among Apple lovers because to its simplicity of use and interaction with the Apple ecosystem.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">These seven VoIP and video call service providers have transformed how people interact, making it simple for both individuals and organisations to connect and work together despite distance.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(13, 6, '_elementor_page_assets', 'a:0:{}'),
(16, 9, '_elementor_edit_mode', 'builder'),
(17, 9, '_elementor_template_type', 'wp-page'),
(18, 9, '_elementor_version', '3.14.1'),
(19, 9, '_wp_page_template', 'elementor_canvas'),
(20, 9, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(21, 9, '_elementor_data', '[{\"id\":\"6796a19\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57f4330\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1a5e24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Press On Start Video Call Now Button\\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c3bc3d4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fe348ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dad3b66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(22, 9, '_elementor_page_assets', 'a:0:{}'),
(23, 9, '_elementor_css', 'a:6:{s:4:\"time\";i:1688453415;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(24, 10, '_elementor_edit_mode', 'builder'),
(25, 10, '_elementor_template_type', 'wp-page'),
(26, 10, '_elementor_version', '3.14.1'),
(27, 10, '_wp_page_template', 'elementor_canvas'),
(28, 10, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(29, 10, '_elementor_data', '[{\"id\":\"6796a19\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57f4330\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1a5e24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Press On Start Video Call Now Button\\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c3bc3d4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fe348ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dad3b66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(30, 10, '_elementor_page_assets', 'a:0:{}'),
(31, 10, '_elementor_css', 'a:6:{s:4:\"time\";i:1688453415;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(32, 11, '_elementor_edit_mode', 'builder'),
(33, 11, '_elementor_template_type', 'wp-page'),
(34, 11, '_elementor_version', '3.14.1'),
(35, 11, '_wp_page_template', 'elementor_canvas'),
(36, 11, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(37, 11, '_elementor_data', '[{\"id\":\"6796a19\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57f4330\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1a5e24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Press On Start Video Call Now Button\\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c3bc3d4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fe348ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dad3b66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"604a44b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"63ee985\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"afb9e37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Live Video call With Thousand of Girl , Make Friends Online With One Click\\u00a0<\\/strong><\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Video calls and Voice over Internet Protocol (VoIP) services have become indispensable in the age of digital communication for keeping in touch with friends, family, and coworkers all around the world. The top seven VoIP and video call service providers who have dominated the market are listed below:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zoom: Thanks to its user-friendly design, excellent video and audio quality, and several capabilities like screen sharing and virtual backdrops, Zoom quickly became very popular during the COVID-19 pandemic and has since been a top choice for video conferencing.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Microsoft Teams: This platform for corporations delivers video calling, chat, and collaboration capabilities all in one place. It is a popular option for business settings due to its interaction with other Microsoft Office programmes and big participant capacity.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Skype: For years, Skype has been a household name for VoIP services and video communications. Users can contact international landlines and mobile numbers at reasonable prices, and it supports group calling and offers dependable communication.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Google Meet is a well-liked option for both personal and professional use. Previously known as Google Hangouts Meet. It is a dependable choice due to its seamless connection with other Google services and capacity for high participant numbers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Featuring high-quality video and audio, screen sharing, and conference recording, Cisco Webex is a feature-rich video conferencing system. Businesses of all sizes frequently utilise it for online conferences, webinars, and teamwork.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WhatsApp: Although it\\u2019s best recognised as a messaging service, WhatsApp also has audio and video calling capabilities. It has gained worldwide traction as the preferred option for private communication due to its sizable user base and end-to-end encryption.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">FaceTime offers seamless video and voice calling experiences for iPhone, iPad, and Mac users and is only available on Apple devices. It is a favourite among Apple lovers because to its simplicity of use and interaction with the Apple ecosystem.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">These seven VoIP and video call service providers have transformed how people interact, making it simple for both individuals and organisations to connect and work together despite distance.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(38, 11, '_elementor_page_assets', 'a:0:{}'),
(39, 11, '_elementor_css', 'a:6:{s:4:\"time\";i:1688453415;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(41, 12, '_elementor_edit_mode', 'builder'),
(42, 12, '_elementor_template_type', 'wp-page'),
(43, 12, '_elementor_version', '3.14.1'),
(44, 12, '_wp_page_template', 'elementor_canvas'),
(45, 12, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(46, 12, '_elementor_data', '[{\"id\":\"6796a19\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57f4330\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1a5e24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Press On Start Video Call Now Button\\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c3bc3d4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fe348ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dad3b66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"604a44b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"63ee985\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"afb9e37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Live Video call With Thousand of Girl , Make Friends Online With One Click\\u00a0<\\/strong><\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Video calls and Voice over Internet Protocol (VoIP) services have become indispensable in the age of digital communication for keeping in touch with friends, family, and coworkers all around the world. The top seven VoIP and video call service providers who have dominated the market are listed below:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zoom: Thanks to its user-friendly design, excellent video and audio quality, and several capabilities like screen sharing and virtual backdrops, Zoom quickly became very popular during the COVID-19 pandemic and has since been a top choice for video conferencing.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Microsoft Teams: This platform for corporations delivers video calling, chat, and collaboration capabilities all in one place. It is a popular option for business settings due to its interaction with other Microsoft Office programmes and big participant capacity.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Skype: For years, Skype has been a household name for VoIP services and video communications. Users can contact international landlines and mobile numbers at reasonable prices, and it supports group calling and offers dependable communication.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Google Meet is a well-liked option for both personal and professional use. Previously known as Google Hangouts Meet. It is a dependable choice due to its seamless connection with other Google services and capacity for high participant numbers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Featuring high-quality video and audio, screen sharing, and conference recording, Cisco Webex is a feature-rich video conferencing system. Businesses of all sizes frequently utilise it for online conferences, webinars, and teamwork.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WhatsApp: Although it\\u2019s best recognised as a messaging service, WhatsApp also has audio and video calling capabilities. It has gained worldwide traction as the preferred option for private communication due to its sizable user base and end-to-end encryption.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">FaceTime offers seamless video and voice calling experiences for iPhone, iPad, and Mac users and is only available on Apple devices. It is a favourite among Apple lovers because to its simplicity of use and interaction with the Apple ecosystem.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">These seven VoIP and video call service providers have transformed how people interact, making it simple for both individuals and organisations to connect and work together despite distance.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(47, 12, '_elementor_page_assets', 'a:0:{}'),
(48, 12, '_elementor_css', 'a:6:{s:4:\"time\";i:1688453732;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(49, 13, '_elementor_edit_mode', 'builder'),
(50, 13, '_elementor_template_type', 'wp-page'),
(51, 13, '_elementor_version', '3.14.1'),
(52, 13, '_wp_page_template', 'elementor_canvas'),
(53, 13, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(54, 13, '_elementor_data', '[{\"id\":\"6796a19\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57f4330\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1a5e24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Press On Start Video Call Now Button\\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c3bc3d4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fe348ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dad3b66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"604a44b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"63ee985\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"afb9e37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Live Video call With Thousand of Girl , Make Friends Online With One Click\\u00a0<\\/strong><\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Video calls and Voice over Internet Protocol (VoIP) services have become indispensable in the age of digital communication for keeping in touch with friends, family, and coworkers all around the world. The top seven VoIP and video call service providers who have dominated the market are listed below:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zoom: Thanks to its user-friendly design, excellent video and audio quality, and several capabilities like screen sharing and virtual backdrops, Zoom quickly became very popular during the COVID-19 pandemic and has since been a top choice for video conferencing.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Microsoft Teams: This platform for corporations delivers video calling, chat, and collaboration capabilities all in one place. It is a popular option for business settings due to its interaction with other Microsoft Office programmes and big participant capacity.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Skype: For years, Skype has been a household name for VoIP services and video communications. Users can contact international landlines and mobile numbers at reasonable prices, and it supports group calling and offers dependable communication.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Google Meet is a well-liked option for both personal and professional use. Previously known as Google Hangouts Meet. It is a dependable choice due to its seamless connection with other Google services and capacity for high participant numbers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Featuring high-quality video and audio, screen sharing, and conference recording, Cisco Webex is a feature-rich video conferencing system. Businesses of all sizes frequently utilise it for online conferences, webinars, and teamwork.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WhatsApp: Although it\\u2019s best recognised as a messaging service, WhatsApp also has audio and video calling capabilities. It has gained worldwide traction as the preferred option for private communication due to its sizable user base and end-to-end encryption.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">FaceTime offers seamless video and voice calling experiences for iPhone, iPad, and Mac users and is only available on Apple devices. It is a favourite among Apple lovers because to its simplicity of use and interaction with the Apple ecosystem.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">These seven VoIP and video call service providers have transformed how people interact, making it simple for both individuals and organisations to connect and work together despite distance.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(55, 13, '_elementor_page_assets', 'a:0:{}'),
(56, 13, '_elementor_css', 'a:6:{s:4:\"time\";i:1688453732;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(57, 14, '_elementor_edit_mode', 'builder'),
(58, 14, '_elementor_template_type', 'wp-page'),
(59, 14, '_elementor_version', '3.14.1'),
(60, 14, '_wp_page_template', 'elementor_canvas'),
(61, 14, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(62, 14, '_elementor_data', '[{\"id\":\"6796a19\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57f4330\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1a5e24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Press On Start Video Call Now Button\\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c3bc3d4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fe348ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33f2372\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dad3b66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"604a44b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"63ee985\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"afb9e37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Live Video call With Thousand of Girl , Make Friends Online With One Click\\u00a0<\\/strong><\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Video calls and Voice over Internet Protocol (VoIP) services have become indispensable in the age of digital communication for keeping in touch with friends, family, and coworkers all around the world. The top seven VoIP and video call service providers who have dominated the market are listed below:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zoom: Thanks to its user-friendly design, excellent video and audio quality, and several capabilities like screen sharing and virtual backdrops, Zoom quickly became very popular during the COVID-19 pandemic and has since been a top choice for video conferencing.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Microsoft Teams: This platform for corporations delivers video calling, chat, and collaboration capabilities all in one place. It is a popular option for business settings due to its interaction with other Microsoft Office programmes and big participant capacity.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Skype: For years, Skype has been a household name for VoIP services and video communications. Users can contact international landlines and mobile numbers at reasonable prices, and it supports group calling and offers dependable communication.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Google Meet is a well-liked option for both personal and professional use. Previously known as Google Hangouts Meet. It is a dependable choice due to its seamless connection with other Google services and capacity for high participant numbers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Featuring high-quality video and audio, screen sharing, and conference recording, Cisco Webex is a feature-rich video conferencing system. Businesses of all sizes frequently utilise it for online conferences, webinars, and teamwork.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WhatsApp: Although it\\u2019s best recognised as a messaging service, WhatsApp also has audio and video calling capabilities. It has gained worldwide traction as the preferred option for private communication due to its sizable user base and end-to-end encryption.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">FaceTime offers seamless video and voice calling experiences for iPhone, iPad, and Mac users and is only available on Apple devices. It is a favourite among Apple lovers because to its simplicity of use and interaction with the Apple ecosystem.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">These seven VoIP and video call service providers have transformed how people interact, making it simple for both individuals and organisations to connect and work together despite distance.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(63, 14, '_elementor_page_assets', 'a:0:{}'),
(64, 14, '_elementor_css', 'a:6:{s:4:\"time\";i:1688453732;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(65, 6, '_elementor_css', 'a:6:{s:4:\"time\";i:1688453799;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(66, 15, '_edit_lock', '1688455233:1'),
(67, 15, '_elementor_edit_mode', 'builder'),
(68, 15, '_elementor_template_type', 'wp-page'),
(69, 15, '_elementor_version', '3.14.1'),
(70, 15, '_wp_page_template', 'elementor_canvas'),
(71, 15, '_elementor_data', '[{\"id\":\"5fcce732\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6562dc5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b0a874d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b5da6f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4724c0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f9edee7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"75032c74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65228c07\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dde807c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age For Right Video Match \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d00c24b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d690ca7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d79667d\",\"elType\":\"widget\",\"settings\":{\"text\":\"18+\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-smile-wink\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"9c323b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ea9084e\",\"elType\":\"widget\",\"settings\":{\"text\":\"<18\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-sad-tear\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4bde4f8e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"12895fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"712e7d04\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">The ideal age to purchase insurance relies on a number of variables, such as one\\u2019s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Having coverage is essential at any age, but it\\u2019s necessary to do so when you\\u2019re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you\\u2019re younger can help you get better coverage alternatives and lower prices.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients\\u2019 homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: It\\u2019s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Homeowner\\u2019s insurance: If you own a home, having homeowner\\u2019s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner\\u2019s insurance as soon as you buy a home.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">In general, getting insurance when you\\u2019re younger might be advantageous because you\\u2019ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person\\u2019s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(72, 15, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(73, 17, '_elementor_edit_mode', 'builder'),
(74, 17, '_elementor_template_type', 'page'),
(75, 17, '_elementor_version', '3.14.1'),
(76, 18, '_elementor_edit_mode', 'builder'),
(77, 18, '_elementor_template_type', 'page'),
(78, 18, '_elementor_version', '3.14.1'),
(79, 17, '_wp_page_template', 'elementor_canvas'),
(80, 17, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(81, 17, '_elementor_data', '[{\"id\":\"6a743d80\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b1fe05\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"71607c6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Press On Start Video Call Now Button\\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48936502\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"193f900b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44203aba\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3afee50a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c592307\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"16201d94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"45a4de25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Live Video call With Thousand of Girl , Make Friends Online With One Click\\u00a0<\\/strong><\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Video calls and Voice over Internet Protocol (VoIP) services have become indispensable in the age of digital communication for keeping in touch with friends, family, and coworkers all around the world. The top seven VoIP and video call service providers who have dominated the market are listed below:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zoom: Thanks to its user-friendly design, excellent video and audio quality, and several capabilities like screen sharing and virtual backdrops, Zoom quickly became very popular during the COVID-19 pandemic and has since been a top choice for video conferencing.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Microsoft Teams: This platform for corporations delivers video calling, chat, and collaboration capabilities all in one place. It is a popular option for business settings due to its interaction with other Microsoft Office programmes and big participant capacity.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Skype: For years, Skype has been a household name for VoIP services and video communications. Users can contact international landlines and mobile numbers at reasonable prices, and it supports group calling and offers dependable communication.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Google Meet is a well-liked option for both personal and professional use. Previously known as Google Hangouts Meet. It is a dependable choice due to its seamless connection with other Google services and capacity for high participant numbers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Featuring high-quality video and audio, screen sharing, and conference recording, Cisco Webex is a feature-rich video conferencing system. Businesses of all sizes frequently utilise it for online conferences, webinars, and teamwork.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WhatsApp: Although it\\u2019s best recognised as a messaging service, WhatsApp also has audio and video calling capabilities. It has gained worldwide traction as the preferred option for private communication due to its sizable user base and end-to-end encryption.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">FaceTime offers seamless video and voice calling experiences for iPhone, iPad, and Mac users and is only available on Apple devices. It is a favourite among Apple lovers because to its simplicity of use and interaction with the Apple ecosystem.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">These seven VoIP and video call service providers have transformed how people interact, making it simple for both individuals and organisations to connect and work together despite distance.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(82, 19, '_elementor_edit_mode', 'builder'),
(83, 19, '_elementor_template_type', 'page'),
(84, 19, '_elementor_version', '3.14.1'),
(85, 19, '_wp_page_template', 'elementor_canvas'),
(86, 19, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(87, 19, '_elementor_data', '[{\"id\":\"6a743d80\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b1fe05\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"71607c6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Press On Start Video Call Now Button\\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48936502\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"193f900b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44203aba\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3afee50a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c592307\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"16201d94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"45a4de25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Live Video call With Thousand of Girl , Make Friends Online With One Click\\u00a0<\\/strong><\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Video calls and Voice over Internet Protocol (VoIP) services have become indispensable in the age of digital communication for keeping in touch with friends, family, and coworkers all around the world. The top seven VoIP and video call service providers who have dominated the market are listed below:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zoom: Thanks to its user-friendly design, excellent video and audio quality, and several capabilities like screen sharing and virtual backdrops, Zoom quickly became very popular during the COVID-19 pandemic and has since been a top choice for video conferencing.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Microsoft Teams: This platform for corporations delivers video calling, chat, and collaboration capabilities all in one place. It is a popular option for business settings due to its interaction with other Microsoft Office programmes and big participant capacity.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Skype: For years, Skype has been a household name for VoIP services and video communications. Users can contact international landlines and mobile numbers at reasonable prices, and it supports group calling and offers dependable communication.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Google Meet is a well-liked option for both personal and professional use. Previously known as Google Hangouts Meet. It is a dependable choice due to its seamless connection with other Google services and capacity for high participant numbers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Featuring high-quality video and audio, screen sharing, and conference recording, Cisco Webex is a feature-rich video conferencing system. Businesses of all sizes frequently utilise it for online conferences, webinars, and teamwork.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WhatsApp: Although it\\u2019s best recognised as a messaging service, WhatsApp also has audio and video calling capabilities. It has gained worldwide traction as the preferred option for private communication due to its sizable user base and end-to-end encryption.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">FaceTime offers seamless video and voice calling experiences for iPhone, iPad, and Mac users and is only available on Apple devices. It is a favourite among Apple lovers because to its simplicity of use and interaction with the Apple ecosystem.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">These seven VoIP and video call service providers have transformed how people interact, making it simple for both individuals and organisations to connect and work together despite distance.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(88, 17, '_elementor_page_assets', 'a:0:{}'),
(89, 15, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(90, 20, '_elementor_edit_mode', 'builder'),
(91, 20, '_elementor_template_type', 'wp-page'),
(92, 20, '_elementor_version', '3.14.1'),
(93, 20, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(94, 20, '_elementor_data', '[{\"id\":\"5fcce732\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6562dc5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b0a874d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b5da6f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4724c0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f9edee7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"75032c74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65228c07\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dde807c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age For Right Video Match \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d79667d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4bde4f8e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"12895fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"712e7d04\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">The ideal age to purchase insurance relies on a number of variables, such as one\\u2019s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Having coverage is essential at any age, but it\\u2019s necessary to do so when you\\u2019re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you\\u2019re younger can help you get better coverage alternatives and lower prices.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients\\u2019 homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: It\\u2019s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Homeowner\\u2019s insurance: If you own a home, having homeowner\\u2019s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner\\u2019s insurance as soon as you buy a home.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">In general, getting insurance when you\\u2019re younger might be advantageous because you\\u2019ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person\\u2019s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(95, 20, '_elementor_page_assets', 'a:0:{}'),
(96, 20, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(97, 21, '_elementor_edit_mode', 'builder'),
(98, 21, '_elementor_template_type', 'wp-page'),
(99, 21, '_elementor_version', '3.14.1'),
(100, 21, '_wp_page_template', 'elementor_canvas'),
(101, 21, '_elementor_data', '[{\"id\":\"5fcce732\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6562dc5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b0a874d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b5da6f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4724c0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f9edee7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"75032c74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65228c07\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dde807c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age For Right Video Match \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d79667d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4bde4f8e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"12895fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"712e7d04\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">The ideal age to purchase insurance relies on a number of variables, such as one\\u2019s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Having coverage is essential at any age, but it\\u2019s necessary to do so when you\\u2019re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you\\u2019re younger can help you get better coverage alternatives and lower prices.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients\\u2019 homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: It\\u2019s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Homeowner\\u2019s insurance: If you own a home, having homeowner\\u2019s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner\\u2019s insurance as soon as you buy a home.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">In general, getting insurance when you\\u2019re younger might be advantageous because you\\u2019ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person\\u2019s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(102, 21, '_elementor_page_assets', 'a:0:{}'),
(103, 21, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(104, 22, '_elementor_edit_mode', 'builder'),
(105, 22, '_elementor_template_type', 'wp-page'),
(106, 22, '_elementor_version', '3.14.1'),
(107, 22, '_wp_page_template', 'elementor_canvas'),
(108, 22, '_elementor_data', '[{\"id\":\"5fcce732\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6562dc5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b0a874d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b5da6f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4724c0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f9edee7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"75032c74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65228c07\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dde807c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age For Right Video Match \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d00c24b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d690ca7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7d79667d\",\"elType\":\"widget\",\"settings\":{\"text\":\"18+\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-smile-wink\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"9c323b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ea9084e\",\"elType\":\"widget\",\"settings\":{\"text\":\"<18\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-sad-tear\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4bde4f8e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"12895fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"712e7d04\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">The ideal age to purchase insurance relies on a number of variables, such as one\\u2019s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Having coverage is essential at any age, but it\\u2019s necessary to do so when you\\u2019re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you\\u2019re younger can help you get better coverage alternatives and lower prices.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients\\u2019 homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: It\\u2019s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Homeowner\\u2019s insurance: If you own a home, having homeowner\\u2019s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner\\u2019s insurance as soon as you buy a home.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">In general, getting insurance when you\\u2019re younger might be advantageous because you\\u2019ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person\\u2019s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(109, 22, '_elementor_page_assets', 'a:0:{}'),
(110, 22, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(111, 23, '_edit_lock', '1688454658:1'),
(112, 23, '_elementor_edit_mode', 'builder'),
(113, 23, '_elementor_template_type', 'wp-page'),
(114, 23, '_elementor_version', '3.14.1'),
(115, 25, '_elementor_edit_mode', 'builder'),
(116, 25, '_elementor_template_type', 'page'),
(117, 25, '_elementor_version', '3.14.1'),
(118, 26, '_elementor_edit_mode', 'builder'),
(119, 26, '_elementor_template_type', 'page'),
(120, 26, '_elementor_version', '3.14.1'),
(121, 25, '_wp_page_template', 'elementor_canvas'),
(122, 25, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(123, 25, '_elementor_data', '[{\"id\":\"35e903e1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6343c1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"66c8b79\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61502ebc\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49a6887d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d80bc7c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7c4a5def\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e1bd44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"182b83e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age For Right Video Match \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"714668d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"257553b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2ebc9684\",\"elType\":\"widget\",\"settings\":{\"text\":\"18+\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-smile-wink\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4c05ca3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"603a05e\",\"elType\":\"widget\",\"settings\":{\"text\":\"<18\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-sad-tear\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d2e0bfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f2ef273\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c25fbdb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">The ideal age to purchase insurance relies on a number of variables, such as one\\u2019s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Having coverage is essential at any age, but it\\u2019s necessary to do so when you\\u2019re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you\\u2019re younger can help you get better coverage alternatives and lower prices.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients\\u2019 homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: It\\u2019s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Homeowner\\u2019s insurance: If you own a home, having homeowner\\u2019s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner\\u2019s insurance as soon as you buy a home.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">In general, getting insurance when you\\u2019re younger might be advantageous because you\\u2019ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person\\u2019s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(124, 27, '_elementor_edit_mode', 'builder'),
(125, 27, '_elementor_template_type', 'page'),
(126, 27, '_elementor_version', '3.14.1'),
(127, 27, '_wp_page_template', 'elementor_canvas'),
(128, 27, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(129, 27, '_elementor_data', '[{\"id\":\"35e903e1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6343c1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"66c8b79\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61502ebc\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49a6887d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d80bc7c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7c4a5def\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e1bd44\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"182b83e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age For Right Video Match \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"714668d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"257553b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2ebc9684\",\"elType\":\"widget\",\"settings\":{\"text\":\"18+\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-smile-wink\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4c05ca3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"603a05e\",\"elType\":\"widget\",\"settings\":{\"text\":\"<18\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-sad-tear\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d2e0bfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f2ef273\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c25fbdb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">The ideal age to purchase insurance relies on a number of variables, such as one\\u2019s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Having coverage is essential at any age, but it\\u2019s necessary to do so when you\\u2019re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you\\u2019re younger can help you get better coverage alternatives and lower prices.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients\\u2019 homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: It\\u2019s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Homeowner\\u2019s insurance: If you own a home, having homeowner\\u2019s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner\\u2019s insurance as soon as you buy a home.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">In general, getting insurance when you\\u2019re younger might be advantageous because you\\u2019ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person\\u2019s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(130, 25, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(131, 23, '_wp_page_template', 'elementor_canvas'),
(132, 23, '_elementor_data', '[{\"id\":\"670257b0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21f09e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"11479298\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Gender\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54ad6145\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"70eca98c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"676559d2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13e1cee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3ba2d87a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"466cda99\",\"elType\":\"widget\",\"settings\":{\"title\":\"SELECT YOUR GENDER FOR BEST GIRL\\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67b7d5b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2326320\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f95ff92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Male\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"603140a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fadb0db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Female\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-female\",\"library\":\"fa-solid\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"575c4735\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56735423\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b5b6839\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">Unaffected by a person\\u2019s gender identification, gender equality is a fundamental value that supports justice, equal chances, and human rights. The United States has made strides towards gender equality, yet obstacles and inequalities still exist. The following are important details on gender equality in the USA:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Gender gaps in the workforce have been addressed through efforts to promote workplace equality. Sexual harassment and pay discrepancies are prohibited in the workplace by laws like the Equal Pay Act and Title VII of the Civil Rights Act. But women still have to deal with issues like the gender wage gap and underrepresentation in leadership roles.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Political Representation: Although there has been an improvement in the number of women in politics, there is still a sizable gender disparity. In Congress, state legislatures, and executive positions, women are underrepresented. To achieve gender equality in political decision-making, it is essential to encourage and assist women to run for office.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Education: A key component of promoting equal opportunities is gender equality in education. The United States has made progress towards ensuring that boys and girls have equal access to education. But there are still gender gaps in some professions, like STEM (science, technology, engineering, and mathematics), where women are underrepresented.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Violence and Discrimination: In the United States, discrimination and violence against women continue to be serious problems. Through legislative frameworks, support services, and awareness campaigns, efforts have been undertaken to address domestic violence, sexual assault, and workplace harassment. To make environments safer and guarantee survivors receive justice, greater effort is required.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Parental Leave and Work-Life Balance: It can be difficult for both men and women to balance work and family obligations. By enabling people to manage their personal and professional lives, policies that support paid parental leave, flexible work schedules, and inexpensive daycare can advance gender equality.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Intersectionality: In order to achieve gender equality, it is necessary to identify and address the various forms of discrimination that marginalised groups experience. This involves taking into account how gender identification is impacted by variables including race, ethnicity, socioeconomic level, and sexual orientation.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">It\\u2019s critical to keep pushing for laws that close gender gaps, dispel gender stereotypes, and enable people of all gender identities to realise their full potential in order to advance gender equality in the United States. Gender equality in the USA can only be attained through developing inclusive workplaces, equal educational opportunities, and varied leadership representation.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(133, 23, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(134, 23, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(135, 28, '_elementor_edit_mode', 'builder'),
(136, 28, '_elementor_template_type', 'wp-page'),
(137, 28, '_elementor_version', '3.14.1'),
(138, 28, '_wp_page_template', 'elementor_canvas'),
(139, 28, '_elementor_data', '[{\"id\":\"670257b0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21f09e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"11479298\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54ad6145\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"70eca98c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"676559d2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13e1cee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3ba2d87a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"466cda99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age For Right Video Match \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67b7d5b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2326320\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f95ff92\",\"elType\":\"widget\",\"settings\":{\"text\":\"18+\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-smile-wink\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"603140a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fadb0db\",\"elType\":\"widget\",\"settings\":{\"text\":\"<18\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-sad-tear\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"575c4735\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56735423\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b5b6839\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">The ideal age to purchase insurance relies on a number of variables, such as one\\u2019s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Having coverage is essential at any age, but it\\u2019s necessary to do so when you\\u2019re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you\\u2019re younger can help you get better coverage alternatives and lower prices.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients\\u2019 homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: It\\u2019s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Homeowner\\u2019s insurance: If you own a home, having homeowner\\u2019s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner\\u2019s insurance as soon as you buy a home.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">In general, getting insurance when you\\u2019re younger might be advantageous because you\\u2019ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person\\u2019s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(140, 28, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(141, 28, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(142, 29, '_elementor_edit_mode', 'builder'),
(143, 29, '_elementor_template_type', 'wp-page'),
(144, 29, '_elementor_version', '3.14.1');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(145, 29, '_wp_page_template', 'elementor_canvas'),
(146, 29, '_elementor_data', '[{\"id\":\"670257b0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21f09e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"11479298\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54ad6145\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"70eca98c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"676559d2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13e1cee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3ba2d87a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"466cda99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age For Right Video Match \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67b7d5b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2326320\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f95ff92\",\"elType\":\"widget\",\"settings\":{\"text\":\"18+\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-smile-wink\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"603140a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fadb0db\",\"elType\":\"widget\",\"settings\":{\"text\":\"<18\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-sad-tear\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"575c4735\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56735423\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b5b6839\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">The ideal age to purchase insurance relies on a number of variables, such as one\\u2019s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Having coverage is essential at any age, but it\\u2019s necessary to do so when you\\u2019re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you\\u2019re younger can help you get better coverage alternatives and lower prices.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients\\u2019 homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: It\\u2019s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Homeowner\\u2019s insurance: If you own a home, having homeowner\\u2019s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner\\u2019s insurance as soon as you buy a home.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">In general, getting insurance when you\\u2019re younger might be advantageous because you\\u2019ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person\\u2019s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(147, 29, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(148, 29, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(149, 30, '_elementor_edit_mode', 'builder'),
(150, 30, '_elementor_template_type', 'wp-page'),
(151, 30, '_elementor_version', '3.14.1'),
(152, 30, '_wp_page_template', 'elementor_canvas'),
(153, 30, '_elementor_data', '[{\"id\":\"670257b0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21f09e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"11479298\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Gender\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54ad6145\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"70eca98c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"676559d2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13e1cee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3ba2d87a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"466cda99\",\"elType\":\"widget\",\"settings\":{\"title\":\"SELECT YOUR GENDER FOR BEST GIRL\\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67b7d5b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2326320\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f95ff92\",\"elType\":\"widget\",\"settings\":{\"text\":\"Male\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-male\",\"library\":\"fa-solid\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"603140a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fadb0db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Female\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-female\",\"library\":\"fa-solid\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"575c4735\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56735423\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b5b6839\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">Unaffected by a person\\u2019s gender identification, gender equality is a fundamental value that supports justice, equal chances, and human rights. The United States has made strides towards gender equality, yet obstacles and inequalities still exist. The following are important details on gender equality in the USA:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Gender gaps in the workforce have been addressed through efforts to promote workplace equality. Sexual harassment and pay discrepancies are prohibited in the workplace by laws like the Equal Pay Act and Title VII of the Civil Rights Act. But women still have to deal with issues like the gender wage gap and underrepresentation in leadership roles.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Political Representation: Although there has been an improvement in the number of women in politics, there is still a sizable gender disparity. In Congress, state legislatures, and executive positions, women are underrepresented. To achieve gender equality in political decision-making, it is essential to encourage and assist women to run for office.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Education: A key component of promoting equal opportunities is gender equality in education. The United States has made progress towards ensuring that boys and girls have equal access to education. But there are still gender gaps in some professions, like STEM (science, technology, engineering, and mathematics), where women are underrepresented.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Violence and Discrimination: In the United States, discrimination and violence against women continue to be serious problems. Through legislative frameworks, support services, and awareness campaigns, efforts have been undertaken to address domestic violence, sexual assault, and workplace harassment. To make environments safer and guarantee survivors receive justice, greater effort is required.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Parental Leave and Work-Life Balance: It can be difficult for both men and women to balance work and family obligations. By enabling people to manage their personal and professional lives, policies that support paid parental leave, flexible work schedules, and inexpensive daycare can advance gender equality.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Intersectionality: In order to achieve gender equality, it is necessary to identify and address the various forms of discrimination that marginalised groups experience. This involves taking into account how gender identification is impacted by variables including race, ethnicity, socioeconomic level, and sexual orientation.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">It\\u2019s critical to keep pushing for laws that close gender gaps, dispel gender stereotypes, and enable people of all gender identities to realise their full potential in order to advance gender equality in the United States. Gender equality in the USA can only be attained through developing inclusive workplaces, equal educational opportunities, and varied leadership representation.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(154, 30, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(155, 30, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(156, 31, '_edit_lock', '1688454815:1'),
(157, 31, '_elementor_edit_mode', 'builder'),
(158, 31, '_elementor_template_type', 'wp-page'),
(159, 31, '_elementor_version', '3.14.1'),
(160, 31, '_wp_page_template', 'elementor_canvas'),
(161, 31, '_elementor_data', '[{\"id\":\"74ab5b31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"622e6b87\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4610e40a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Interest\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25c3e8b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4c943437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"576c3910\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6469cba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfc8203\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6bd127df\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHO YOU INTERESTED TO TALK ? \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a53dbe3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"118abb38\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7baeab90\",\"elType\":\"widget\",\"settings\":{\"text\":\"Boy\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"730b906e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"49763dd7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Girl\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6381c3ce\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d40e5f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ddff02f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">Top 7 dating apps for use 2023<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Mobile applications have revolutionised the dating scene by making it easier and more convenient for people to meet possible companions. Here are seven well-liked dating applications that have attracted lots of users:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">One of the most well-known dating applications in the world, Tinder is renowned for its swipe-based matching method. When viewing profiles, users have the option to swipe right to show interest or left to pass. It is user-friendly and accessible to a wide audience thanks to its vast user base.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Bumble: By enabling women to initiate contact, Bumble adds a novel twist to conventional dating applications. Women have 24 hours after finding a match to strike up a discussion. In order to meet various relationship demands, Bumble also provides possibilities for networking with friends and in the workplace.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">OkCupid: With its in-depth profiles and compatibility-based matching system, OkCupid stands out. Users can respond to a series of questions to locate mates based on shared beliefs and interests. It provides a wide range of communication choices and a broad user base.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Hinge: By encouraging users to create thorough profiles and start conversations based on common interests, Hinge aims to help people make meaningful relationships. By showcasing user preferences and promoting more than simply superficial swiping, it highlights the value of genuine connections.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Coffee Meets Bagel: We prioritise quality over quantity at Coffee Meets Bagel. Users receive \\u201cbagels\\u201d\\u2014a daily curation of possible matches\\u2014each day. If there is mutual interest, a conversation may begin. This strategy promotes more deliberate interactions.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">One of the first and most well-known dating services is Match.com. It provides a sizable user base, thorough profiles, and sophisticated search criteria. To improve the dating experience, the site offers a variety of services and membership plans.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Grindr is a dating app that is exclusively made for LGBTQ+ people, focusing on gay, bisexual, and transgender males. It makes location-based matching easier and offers a venue for social networking, deep connections, and chance meetings.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">With their distinctive features and methods for meeting possible mates, these dating apps cater to a variety of preferences. When choosing the app that best meets their needs, users should take into account their individual dating goals, desired features, and user demographics.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(162, 31, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(163, 31, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(164, 33, '_elementor_edit_mode', 'builder'),
(165, 33, '_elementor_template_type', 'wp-page'),
(166, 33, '_elementor_version', '3.14.1'),
(167, 33, '_wp_page_template', 'elementor_canvas'),
(168, 33, '_elementor_data', '[{\"id\":\"74ab5b31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"622e6b87\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4610e40a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Interest\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25c3e8b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4c943437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"576c3910\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6469cba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfc8203\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6bd127df\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHO YOU INTERESTED TO TALK ? \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a53dbe3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"118abb38\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7baeab90\",\"elType\":\"widget\",\"settings\":{\"text\":\"18+\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-smile-wink\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"730b906e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"49763dd7\",\"elType\":\"widget\",\"settings\":{\"text\":\"<18\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-sad-tear\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6381c3ce\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d40e5f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ddff02f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">The ideal age to purchase insurance relies on a number of variables, such as one\\u2019s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Having coverage is essential at any age, but it\\u2019s necessary to do so when you\\u2019re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you\\u2019re younger can help you get better coverage alternatives and lower prices.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients\\u2019 homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: It\\u2019s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Homeowner\\u2019s insurance: If you own a home, having homeowner\\u2019s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner\\u2019s insurance as soon as you buy a home.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">In general, getting insurance when you\\u2019re younger might be advantageous because you\\u2019ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person\\u2019s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(169, 33, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(170, 33, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(171, 34, '_elementor_edit_mode', 'builder'),
(172, 34, '_elementor_template_type', 'wp-page'),
(173, 34, '_elementor_version', '3.14.1'),
(174, 34, '_wp_page_template', 'elementor_canvas'),
(175, 34, '_elementor_data', '[{\"id\":\"74ab5b31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"622e6b87\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4610e40a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Interest\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25c3e8b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4c943437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"576c3910\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6469cba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfc8203\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6bd127df\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHO YOU INTERESTED TO TALK ? \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a53dbe3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"118abb38\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7baeab90\",\"elType\":\"widget\",\"settings\":{\"text\":\"18+\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-smile-wink\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"730b906e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"49763dd7\",\"elType\":\"widget\",\"settings\":{\"text\":\"<18\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-sad-tear\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6381c3ce\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d40e5f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ddff02f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">The ideal age to purchase insurance relies on a number of variables, such as one\\u2019s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Having coverage is essential at any age, but it\\u2019s necessary to do so when you\\u2019re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you\\u2019re younger can help you get better coverage alternatives and lower prices.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients\\u2019 homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: It\\u2019s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Homeowner\\u2019s insurance: If you own a home, having homeowner\\u2019s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner\\u2019s insurance as soon as you buy a home.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">In general, getting insurance when you\\u2019re younger might be advantageous because you\\u2019ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person\\u2019s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(176, 34, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(177, 34, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(178, 35, '_elementor_edit_mode', 'builder'),
(179, 35, '_elementor_template_type', 'wp-page'),
(180, 35, '_elementor_version', '3.14.1'),
(181, 35, '_wp_page_template', 'elementor_canvas'),
(182, 35, '_elementor_data', '[{\"id\":\"74ab5b31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"622e6b87\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4610e40a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Interest\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25c3e8b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4c943437\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"576c3910\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6469cba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfc8203\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6bd127df\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHO YOU INTERESTED TO TALK ? \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a53dbe3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"118abb38\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7baeab90\",\"elType\":\"widget\",\"settings\":{\"text\":\"Boy\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"730b906e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"49763dd7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Girl\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6381c3ce\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d40e5f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ddff02f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">Top 7 dating apps for use 2023<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Mobile applications have revolutionised the dating scene by making it easier and more convenient for people to meet possible companions. Here are seven well-liked dating applications that have attracted lots of users:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">One of the most well-known dating applications in the world, Tinder is renowned for its swipe-based matching method. When viewing profiles, users have the option to swipe right to show interest or left to pass. It is user-friendly and accessible to a wide audience thanks to its vast user base.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Bumble: By enabling women to initiate contact, Bumble adds a novel twist to conventional dating applications. Women have 24 hours after finding a match to strike up a discussion. In order to meet various relationship demands, Bumble also provides possibilities for networking with friends and in the workplace.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">OkCupid: With its in-depth profiles and compatibility-based matching system, OkCupid stands out. Users can respond to a series of questions to locate mates based on shared beliefs and interests. It provides a wide range of communication choices and a broad user base.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Hinge: By encouraging users to create thorough profiles and start conversations based on common interests, Hinge aims to help people make meaningful relationships. By showcasing user preferences and promoting more than simply superficial swiping, it highlights the value of genuine connections.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Coffee Meets Bagel: We prioritise quality over quantity at Coffee Meets Bagel. Users receive \\u201cbagels\\u201d\\u2014a daily curation of possible matches\\u2014each day. If there is mutual interest, a conversation may begin. This strategy promotes more deliberate interactions.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">One of the first and most well-known dating services is Match.com. It provides a sizable user base, thorough profiles, and sophisticated search criteria. To improve the dating experience, the site offers a variety of services and membership plans.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Grindr is a dating app that is exclusively made for LGBTQ+ people, focusing on gay, bisexual, and transgender males. It makes location-based matching easier and offers a venue for social networking, deep connections, and chance meetings.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">With their distinctive features and methods for meeting possible mates, these dating apps cater to a variety of preferences. When choosing the app that best meets their needs, users should take into account their individual dating goals, desired features, and user demographics.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(183, 35, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(184, 35, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(186, 37, '_edit_lock', '1688455222:1'),
(187, 37, '_elementor_edit_mode', 'builder'),
(188, 37, '_elementor_template_type', 'wp-page'),
(189, 37, '_elementor_version', '3.14.1'),
(190, 37, '_wp_page_template', 'elementor_canvas'),
(191, 37, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(192, 37, '_elementor_data', '[{\"id\":\"44ba23eb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1649135d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"534944b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Friend\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43092d89\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5b244eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5dd27b75\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4fa5c903\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"17223cb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"33081c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f9c88d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-5.png\",\"id\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"16068e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d4706b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-3.png\",\"id\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1a6c699\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f4b5450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4c97fe4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-4.png\",\"id\":41}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bda01f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca5bd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-2.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67165ab\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"60252e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b41e79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-2-1.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7218a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c4a2892\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-13-1.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"753de333\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21c940c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1427b350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Load More\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1dfd60e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"464a982d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"51e56ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">To protect themselves and their assets when kids begin their transition to adulthood, it\\u2019s crucial to make sure they have the right insurance coverage. The greatest insurance alternatives for teen females in the US are highlighted in this article, with an emphasis on important topics including auto insurance, health insurance, and personal liability protection.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: Having auto insurance is essential for adolescent girls who have just received their driver\\u2019s license. It\\u2019s crucial to locate an insurance company that provides young drivers with comprehensive coverage at affordable rates. Specialized plans for adolescent drivers are frequently offered by companies like State Farm, GEICO, and Progressive, and sometimes include discounts for high grades and safe driving practices. Parents may also want to think about include their teen in their current auto insurance plan so they may take advantage of multi-vehicle discounts and possibly lower premiums.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Teenage females need health insurance to ensure access to necessary medical care and to guard against unforeseen medical costs. Many workplaces provide dependent children with health insurance coverage. Alternatively, parents can look into choices through the Medicaid\\/CHIP programmes or the Affordable Care Act (ACA) marketplace depending on their qualifying requirements. When choosing a health insurance plan for teenage girls, it\\u2019s crucial to take the coverage limits, deductibles, and network of healthcare providers into account.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Personal Liability Coverage: In the event of accidents or property damage, personal liability coverage, such as renter\\u2019s insurance or umbrella insurance, may be able to offer financial security. Renter\\u2019s insurance can cover personal possessions and give liability protection in case of accidents or injuries if a teenage girl is renting a flat or sharing a living space. Additional protection is offered by umbrella insurance, which increases liability coverage above the limitations of vehicle or homeowner\\u2019s insurance. It is wise to speak with insurance providers to decide on the right level of coverage and take into account any exclusions or limitations.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Conclusion: Having the right insurance coverage is essential as young girls manage the move to adulthood. For their protection and financial security, personal liability insurance, health insurance, and auto insurance are crucial factors. Parents may make sure teenage girls in the US get the finest insurance coverage suited to their unique needs by doing their research on trustworthy insurance providers, comparing coverage options, and comprehending policy terms.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(193, 37, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(194, 39, '_wp_attached_file', '2023/07/Mask-group-5.png'),
(195, 39, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:452;s:6:\"height\";i:337;s:4:\"file\";s:24:\"2023/07/Mask-group-5.png\";s:8:\"filesize\";i:213427;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Mask-group-5-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107388;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Mask-group-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42895;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(196, 40, '_wp_attached_file', '2023/07/Mask-group-3.png'),
(197, 40, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:452;s:6:\"height\";i:337;s:4:\"file\";s:24:\"2023/07/Mask-group-3.png\";s:8:\"filesize\";i:236140;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Mask-group-3-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Mask-group-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:44657;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(198, 41, '_wp_attached_file', '2023/07/Mask-group-4.png'),
(199, 41, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:452;s:6:\"height\";i:337;s:4:\"file\";s:24:\"2023/07/Mask-group-4.png\";s:8:\"filesize\";i:157915;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Mask-group-4-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77443;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Mask-group-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:34687;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(200, 42, '_wp_attached_file', '2023/07/Mask-group-2.png'),
(201, 42, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:452;s:6:\"height\";i:337;s:4:\"file\";s:24:\"2023/07/Mask-group-2.png\";s:8:\"filesize\";i:237413;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Mask-group-2-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118294;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Mask-group-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:45529;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(202, 43, '_wp_attached_file', '2023/07/Mask-group-2-1.png'),
(203, 43, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:452;s:6:\"height\";i:337;s:4:\"file\";s:26:\"2023/07/Mask-group-2-1.png\";s:8:\"filesize\";i:237413;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Mask-group-2-1-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118294;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Mask-group-2-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:45529;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(204, 44, '_wp_attached_file', '2023/07/Mask-group-13-1.png'),
(205, 44, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:452;s:6:\"height\";i:337;s:4:\"file\";s:27:\"2023/07/Mask-group-13-1.png\";s:8:\"filesize\";i:172125;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Mask-group-13-1-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87840;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Mask-group-13-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:38519;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(206, 45, '_elementor_edit_mode', 'builder'),
(207, 45, '_elementor_template_type', 'wp-page'),
(208, 45, '_elementor_version', '3.14.1'),
(209, 45, '_wp_page_template', 'elementor_canvas'),
(210, 45, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(211, 45, '_elementor_data', '[{\"id\":\"44ba23eb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1649135d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"534944b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43092d89\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5b244eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5dd27b75\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4fa5c903\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"417f395d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1f924eb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age For Right Video Match \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"753de333\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"21c940c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1427b350\",\"elType\":\"widget\",\"settings\":{\"text\":\"18+\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-smile-wink\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2e2893f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"47e8ad85\",\"elType\":\"widget\",\"settings\":{\"text\":\"<18\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-sad-tear\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1dfd60e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"464a982d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"51e56ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">The ideal age to purchase insurance relies on a number of variables, such as one\\u2019s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Having coverage is essential at any age, but it\\u2019s necessary to do so when you\\u2019re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you\\u2019re younger can help you get better coverage alternatives and lower prices.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients\\u2019 homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: It\\u2019s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Homeowner\\u2019s insurance: If you own a home, having homeowner\\u2019s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner\\u2019s insurance as soon as you buy a home.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">In general, getting insurance when you\\u2019re younger might be advantageous because you\\u2019ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person\\u2019s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(212, 45, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(213, 46, '_elementor_edit_mode', 'builder'),
(214, 46, '_elementor_template_type', 'wp-page'),
(215, 46, '_elementor_version', '3.14.1'),
(216, 46, '_wp_page_template', 'elementor_canvas'),
(217, 46, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(218, 46, '_elementor_data', '[{\"id\":\"44ba23eb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1649135d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"534944b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43092d89\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5b244eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5dd27b75\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4fa5c903\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"417f395d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1f924eb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age For Right Video Match \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"753de333\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"21c940c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1427b350\",\"elType\":\"widget\",\"settings\":{\"text\":\"18+\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-smile-wink\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2e2893f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"47e8ad85\",\"elType\":\"widget\",\"settings\":{\"text\":\"<18\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-sad-tear\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1dfd60e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"464a982d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"51e56ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">The ideal age to purchase insurance relies on a number of variables, such as one\\u2019s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Having coverage is essential at any age, but it\\u2019s necessary to do so when you\\u2019re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you\\u2019re younger can help you get better coverage alternatives and lower prices.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients\\u2019 homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: It\\u2019s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Homeowner\\u2019s insurance: If you own a home, having homeowner\\u2019s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner\\u2019s insurance as soon as you buy a home.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">In general, getting insurance when you\\u2019re younger might be advantageous because you\\u2019ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person\\u2019s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(219, 46, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(220, 47, '_elementor_edit_mode', 'builder'),
(221, 47, '_elementor_template_type', 'wp-page'),
(222, 47, '_elementor_version', '3.14.1'),
(223, 47, '_wp_page_template', 'elementor_canvas'),
(224, 47, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(225, 47, '_elementor_data', '[{\"id\":\"44ba23eb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1649135d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"534944b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Friend\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43092d89\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5b244eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5dd27b75\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4fa5c903\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"417f395d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"17223cb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"33081c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f9c88d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-5.png\",\"id\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"16068e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d4706b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-3.png\",\"id\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1a6c699\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f4b5450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4c97fe4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-4.png\",\"id\":41}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bda01f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca5bd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-2.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67165ab\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"60252e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b41e79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-2-1.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7218a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c4a2892\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-13-1.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"753de333\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21c940c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1427b350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Load More\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1dfd60e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"464a982d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"51e56ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">To protect themselves and their assets when kids begin their transition to adulthood, it\\u2019s crucial to make sure they have the right insurance coverage. The greatest insurance alternatives for teen females in the US are highlighted in this article, with an emphasis on important topics including auto insurance, health insurance, and personal liability protection.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: Having auto insurance is essential for adolescent girls who have just received their driver\\u2019s license. It\\u2019s crucial to locate an insurance company that provides young drivers with comprehensive coverage at affordable rates. Specialized plans for adolescent drivers are frequently offered by companies like State Farm, GEICO, and Progressive, and sometimes include discounts for high grades and safe driving practices. Parents may also want to think about include their teen in their current auto insurance plan so they may take advantage of multi-vehicle discounts and possibly lower premiums.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Teenage females need health insurance to ensure access to necessary medical care and to guard against unforeseen medical costs. Many workplaces provide dependent children with health insurance coverage. Alternatively, parents can look into choices through the Medicaid\\/CHIP programmes or the Affordable Care Act (ACA) marketplace depending on their qualifying requirements. When choosing a health insurance plan for teenage girls, it\\u2019s crucial to take the coverage limits, deductibles, and network of healthcare providers into account.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Personal Liability Coverage: In the event of accidents or property damage, personal liability coverage, such as renter\\u2019s insurance or umbrella insurance, may be able to offer financial security. Renter\\u2019s insurance can cover personal possessions and give liability protection in case of accidents or injuries if a teenage girl is renting a flat or sharing a living space. Additional protection is offered by umbrella insurance, which increases liability coverage above the limitations of vehicle or homeowner\\u2019s insurance. It is wise to speak with insurance providers to decide on the right level of coverage and take into account any exclusions or limitations.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Conclusion: Having the right insurance coverage is essential as young girls manage the move to adulthood. For their protection and financial security, personal liability insurance, health insurance, and auto insurance are crucial factors. Parents may make sure teenage girls in the US get the finest insurance coverage suited to their unique needs by doing their research on trustworthy insurance providers, comparing coverage options, and comprehending policy terms.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(226, 47, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(227, 48, '_elementor_edit_mode', 'builder'),
(228, 48, '_elementor_template_type', 'wp-page'),
(229, 48, '_elementor_version', '3.14.1'),
(230, 48, '_wp_page_template', 'elementor_canvas'),
(231, 48, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(232, 48, '_elementor_data', '[{\"id\":\"44ba23eb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1649135d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"534944b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Friend\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43092d89\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5b244eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5dd27b75\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4fa5c903\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"417f395d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"17223cb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"33081c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f9c88d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-5.png\",\"id\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"16068e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d4706b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-3.png\",\"id\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1a6c699\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f4b5450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4c97fe4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-4.png\",\"id\":41}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bda01f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca5bd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-2.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67165ab\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"60252e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b41e79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-2-1.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7218a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c4a2892\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-13-1.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"753de333\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21c940c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1427b350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Load More\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1dfd60e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"464a982d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"51e56ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">To protect themselves and their assets when kids begin their transition to adulthood, it\\u2019s crucial to make sure they have the right insurance coverage. The greatest insurance alternatives for teen females in the US are highlighted in this article, with an emphasis on important topics including auto insurance, health insurance, and personal liability protection.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: Having auto insurance is essential for adolescent girls who have just received their driver\\u2019s license. It\\u2019s crucial to locate an insurance company that provides young drivers with comprehensive coverage at affordable rates. Specialized plans for adolescent drivers are frequently offered by companies like State Farm, GEICO, and Progressive, and sometimes include discounts for high grades and safe driving practices. Parents may also want to think about include their teen in their current auto insurance plan so they may take advantage of multi-vehicle discounts and possibly lower premiums.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Teenage females need health insurance to ensure access to necessary medical care and to guard against unforeseen medical costs. Many workplaces provide dependent children with health insurance coverage. Alternatively, parents can look into choices through the Medicaid\\/CHIP programmes or the Affordable Care Act (ACA) marketplace depending on their qualifying requirements. When choosing a health insurance plan for teenage girls, it\\u2019s crucial to take the coverage limits, deductibles, and network of healthcare providers into account.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Personal Liability Coverage: In the event of accidents or property damage, personal liability coverage, such as renter\\u2019s insurance or umbrella insurance, may be able to offer financial security. Renter\\u2019s insurance can cover personal possessions and give liability protection in case of accidents or injuries if a teenage girl is renting a flat or sharing a living space. Additional protection is offered by umbrella insurance, which increases liability coverage above the limitations of vehicle or homeowner\\u2019s insurance. It is wise to speak with insurance providers to decide on the right level of coverage and take into account any exclusions or limitations.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Conclusion: Having the right insurance coverage is essential as young girls manage the move to adulthood. For their protection and financial security, personal liability insurance, health insurance, and auto insurance are crucial factors. Parents may make sure teenage girls in the US get the finest insurance coverage suited to their unique needs by doing their research on trustworthy insurance providers, comparing coverage options, and comprehending policy terms.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(233, 48, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(234, 49, '_elementor_edit_mode', 'builder'),
(235, 49, '_elementor_template_type', 'wp-page'),
(236, 49, '_elementor_version', '3.14.1'),
(237, 49, '_wp_page_template', 'elementor_canvas'),
(238, 49, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(239, 49, '_elementor_data', '[{\"id\":\"44ba23eb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1649135d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"534944b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Friend\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43092d89\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5b244eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5dd27b75\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4fa5c903\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"417f395d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"17223cb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"33081c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f9c88d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-5.png\",\"id\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"16068e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d4706b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-3.png\",\"id\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1a6c699\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f4b5450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4c97fe4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-4.png\",\"id\":41}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bda01f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca5bd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-2.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67165ab\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"60252e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b41e79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-2-1.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7218a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c4a2892\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-13-1.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"753de333\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21c940c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1427b350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Load More\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1dfd60e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"464a982d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"51e56ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">To protect themselves and their assets when kids begin their transition to adulthood, it\\u2019s crucial to make sure they have the right insurance coverage. The greatest insurance alternatives for teen females in the US are highlighted in this article, with an emphasis on important topics including auto insurance, health insurance, and personal liability protection.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: Having auto insurance is essential for adolescent girls who have just received their driver\\u2019s license. It\\u2019s crucial to locate an insurance company that provides young drivers with comprehensive coverage at affordable rates. Specialized plans for adolescent drivers are frequently offered by companies like State Farm, GEICO, and Progressive, and sometimes include discounts for high grades and safe driving practices. Parents may also want to think about include their teen in their current auto insurance plan so they may take advantage of multi-vehicle discounts and possibly lower premiums.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Teenage females need health insurance to ensure access to necessary medical care and to guard against unforeseen medical costs. Many workplaces provide dependent children with health insurance coverage. Alternatively, parents can look into choices through the Medicaid\\/CHIP programmes or the Affordable Care Act (ACA) marketplace depending on their qualifying requirements. When choosing a health insurance plan for teenage girls, it\\u2019s crucial to take the coverage limits, deductibles, and network of healthcare providers into account.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Personal Liability Coverage: In the event of accidents or property damage, personal liability coverage, such as renter\\u2019s insurance or umbrella insurance, may be able to offer financial security. Renter\\u2019s insurance can cover personal possessions and give liability protection in case of accidents or injuries if a teenage girl is renting a flat or sharing a living space. Additional protection is offered by umbrella insurance, which increases liability coverage above the limitations of vehicle or homeowner\\u2019s insurance. It is wise to speak with insurance providers to decide on the right level of coverage and take into account any exclusions or limitations.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Conclusion: Having the right insurance coverage is essential as young girls manage the move to adulthood. For their protection and financial security, personal liability insurance, health insurance, and auto insurance are crucial factors. Parents may make sure teenage girls in the US get the finest insurance coverage suited to their unique needs by doing their research on trustworthy insurance providers, comparing coverage options, and comprehending policy terms.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(240, 49, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(241, 50, '_elementor_edit_mode', 'builder'),
(242, 50, '_elementor_template_type', 'wp-page'),
(243, 50, '_elementor_version', '3.14.1'),
(244, 50, '_wp_page_template', 'elementor_canvas'),
(245, 50, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(246, 50, '_elementor_data', '[{\"id\":\"44ba23eb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1649135d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"534944b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Friend\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43092d89\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5b244eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5dd27b75\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4fa5c903\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"17223cb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"33081c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5f9c88d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-5.png\",\"id\":39}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"16068e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d4706b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-3.png\",\"id\":40}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1a6c699\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f4b5450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4c97fe4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-4.png\",\"id\":41}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bda01f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca5bd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-2.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67165ab\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"60252e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8b41e79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-2-1.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7218a29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c4a2892\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/Mask-group-13-1.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"753de333\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21c940c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1427b350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Load More\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"200\",\"bottom\":\"20\",\"left\":\"200\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1dfd60e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"464a982d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"51e56ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">To protect themselves and their assets when kids begin their transition to adulthood, it\\u2019s crucial to make sure they have the right insurance coverage. The greatest insurance alternatives for teen females in the US are highlighted in this article, with an emphasis on important topics including auto insurance, health insurance, and personal liability protection.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: Having auto insurance is essential for adolescent girls who have just received their driver\\u2019s license. It\\u2019s crucial to locate an insurance company that provides young drivers with comprehensive coverage at affordable rates. Specialized plans for adolescent drivers are frequently offered by companies like State Farm, GEICO, and Progressive, and sometimes include discounts for high grades and safe driving practices. Parents may also want to think about include their teen in their current auto insurance plan so they may take advantage of multi-vehicle discounts and possibly lower premiums.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Teenage females need health insurance to ensure access to necessary medical care and to guard against unforeseen medical costs. Many workplaces provide dependent children with health insurance coverage. Alternatively, parents can look into choices through the Medicaid\\/CHIP programmes or the Affordable Care Act (ACA) marketplace depending on their qualifying requirements. When choosing a health insurance plan for teenage girls, it\\u2019s crucial to take the coverage limits, deductibles, and network of healthcare providers into account.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Personal Liability Coverage: In the event of accidents or property damage, personal liability coverage, such as renter\\u2019s insurance or umbrella insurance, may be able to offer financial security. Renter\\u2019s insurance can cover personal possessions and give liability protection in case of accidents or injuries if a teenage girl is renting a flat or sharing a living space. Additional protection is offered by umbrella insurance, which increases liability coverage above the limitations of vehicle or homeowner\\u2019s insurance. It is wise to speak with insurance providers to decide on the right level of coverage and take into account any exclusions or limitations.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Conclusion: Having the right insurance coverage is essential as young girls manage the move to adulthood. For their protection and financial security, personal liability insurance, health insurance, and auto insurance are crucial factors. Parents may make sure teenage girls in the US get the finest insurance coverage suited to their unique needs by doing their research on trustworthy insurance providers, comparing coverage options, and comprehending policy terms.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(247, 50, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(248, 51, '_edit_lock', '1688455718:1'),
(249, 51, '_elementor_edit_mode', 'builder'),
(250, 51, '_elementor_template_type', 'wp-page'),
(251, 51, '_elementor_version', '3.14.1'),
(252, 51, '_wp_page_template', 'elementor_canvas'),
(253, 51, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(254, 51, '_elementor_data', '[{\"id\":\"6d76c672\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"173413bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19ed9083\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Marital Status\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ac3d7b6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a5bbd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c9482b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31d01a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"faa0d33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"55f7ade3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18248ad4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b88c902\",\"elType\":\"widget\",\"settings\":{\"text\":\"Single\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"31646d9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e38b85e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef6a9a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Married\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd1b1e9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3eff553\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6619910\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divorced\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b91376\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"657af74b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d2103cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we\\u2019ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app\\u2019s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola\\u2019s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy\\u2019s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app\\u2019s private messaging feature.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(255, 51, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),
(256, 53, '_elementor_edit_mode', 'builder'),
(257, 53, '_elementor_template_type', 'wp-page'),
(258, 53, '_elementor_version', '3.14.1'),
(259, 53, '_wp_page_template', 'elementor_canvas'),
(260, 53, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(261, 53, '_elementor_data', '[{\"id\":\"6d76c672\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"173413bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19ed9083\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ac3d7b6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a5bbd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c9482b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31d01a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"faa0d33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"40ebd9e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age For Right Video Match \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55f7ade3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"18248ad4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1b88c902\",\"elType\":\"widget\",\"settings\":{\"text\":\"18+\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-smile-wink\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"54728850\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7f66dc55\",\"elType\":\"widget\",\"settings\":{\"text\":\"<18\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-sad-tear\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b91376\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"657af74b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d2103cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">The ideal age to purchase insurance relies on a number of variables, such as one\\u2019s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Having coverage is essential at any age, but it\\u2019s necessary to do so when you\\u2019re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you\\u2019re younger can help you get better coverage alternatives and lower prices.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients\\u2019 homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: It\\u2019s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Homeowner\\u2019s insurance: If you own a home, having homeowner\\u2019s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner\\u2019s insurance as soon as you buy a home.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">In general, getting insurance when you\\u2019re younger might be advantageous because you\\u2019ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person\\u2019s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(262, 53, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(263, 54, '_elementor_edit_mode', 'builder'),
(264, 54, '_elementor_template_type', 'wp-page'),
(265, 54, '_elementor_version', '3.14.1'),
(266, 54, '_wp_page_template', 'elementor_canvas'),
(267, 54, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(268, 54, '_elementor_data', '[{\"id\":\"6d76c672\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"173413bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19ed9083\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ac3d7b6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a5bbd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c9482b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31d01a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"faa0d33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"40ebd9e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Age For Right Video Match \\n\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55f7ade3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"18248ad4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1b88c902\",\"elType\":\"widget\",\"settings\":{\"text\":\"18+\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-smile-wink\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"54728850\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7f66dc55\",\"elType\":\"widget\",\"settings\":{\"text\":\"<18\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"far fa-sad-tear\",\"library\":\"fa-regular\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"120\",\"bottom\":\"20\",\"left\":\"120\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"background_color\":\"#2EB5E1\",\"_animation\":\"pulse\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b91376\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"657af74b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d2103cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">The ideal age to purchase insurance relies on a number of variables, such as one\\u2019s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Health Insurance: Having coverage is essential at any age, but it\\u2019s necessary to do so when you\\u2019re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you\\u2019re younger can help you get better coverage alternatives and lower prices.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients\\u2019 homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Auto Insurance: It\\u2019s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Homeowner\\u2019s insurance: If you own a home, having homeowner\\u2019s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner\\u2019s insurance as soon as you buy a home.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">In general, getting insurance when you\\u2019re younger might be advantageous because you\\u2019ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person\\u2019s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(269, 54, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(270, 55, '_elementor_edit_mode', 'builder'),
(271, 55, '_elementor_template_type', 'wp-page'),
(272, 55, '_elementor_version', '3.14.1'),
(273, 55, '_wp_page_template', 'elementor_canvas'),
(274, 55, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(275, 55, '_elementor_data', '[{\"id\":\"6d76c672\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"173413bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19ed9083\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Marital Status\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ac3d7b6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2a5bbd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c9482b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31d01a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"faa0d33\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"55f7ade3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18248ad4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b88c902\",\"elType\":\"widget\",\"settings\":{\"text\":\"Single\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"31646d9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e38b85e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef6a9a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Married\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd1b1e9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3eff553\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6619910\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divorced\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b91376\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"657af74b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d2103cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we\\u2019ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app\\u2019s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola\\u2019s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy\\u2019s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app\\u2019s private messaging feature.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(276, 55, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(277, 51, '_elementor_css', 'a:6:{s:4:\"time\";i:1688455496;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}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:\"\";}'),
(278, 56, '_elementor_edit_mode', 'builder'),
(279, 56, '_elementor_template_type', 'page'),
(280, 56, '_elementor_version', '3.14.1'),
(281, 57, '_elementor_edit_mode', 'builder'),
(282, 57, '_elementor_template_type', 'page'),
(283, 57, '_elementor_version', '3.14.1'),
(284, 56, '_wp_page_template', 'elementor_canvas'),
(285, 56, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(286, 56, '_elementor_data', '[{\"id\":\"f68f19d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"44ef9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fdd81cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Marital Status\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ffa5a04\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3056a5dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"70e7a04e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"774531ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13fc40d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3da39a75\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33bead93\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47c17e16\",\"elType\":\"widget\",\"settings\":{\"text\":\"Single\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"735a49ff\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3112e900\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ec90088\",\"elType\":\"widget\",\"settings\":{\"text\":\"Married\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4212b3c8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"574596ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"526f952b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divorced\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37fa8634\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3a6423cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"11f6cb48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we\\u2019ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app\\u2019s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola\\u2019s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy\\u2019s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app\\u2019s private messaging feature.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(287, 58, '_elementor_edit_mode', 'builder'),
(288, 58, '_elementor_template_type', 'page'),
(289, 58, '_elementor_version', '3.14.1'),
(290, 58, '_wp_page_template', 'elementor_canvas'),
(291, 58, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(292, 58, '_elementor_data', '[{\"id\":\"f68f19d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"44ef9d32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fdd81cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Marital Status\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ffa5a04\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3056a5dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"70e7a04e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"774531ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13fc40d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3da39a75\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33bead93\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47c17e16\",\"elType\":\"widget\",\"settings\":{\"text\":\"Single\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"735a49ff\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3112e900\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ec90088\",\"elType\":\"widget\",\"settings\":{\"text\":\"Married\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4212b3c8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"574596ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"526f952b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divorced\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37fa8634\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3a6423cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"11f6cb48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we\\u2019ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app\\u2019s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola\\u2019s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy\\u2019s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app\\u2019s private messaging feature.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(293, 56, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),
(294, 59, '_edit_lock', '1688455882:1'),
(295, 59, '_elementor_edit_mode', 'builder'),
(296, 59, '_elementor_template_type', 'wp-page'),
(297, 59, '_elementor_version', '3.14.1'),
(298, 59, '_wp_page_template', 'elementor_canvas'),
(299, 59, '_elementor_data', '[{\"id\":\"620a72cf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"12436f53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33cb1dd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Which Type Of Girl You Like\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e03050f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1a4a41b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bbab0c5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"753784dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2e6bc3d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"70053855\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"66a035e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ed1c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Russian\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"701eeba9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d0a5cf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5acec67b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Indian Bhabhi\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"875d183\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"364f1fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24ede02f\",\"elType\":\"widget\",\"settings\":{\"text\":\"American\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"736d9ea\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a01877c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4f897b3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Thai\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d8839e9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"59addf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"618a640a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">There are beautiful women from many ethnicities and origins all around the world. Beauty is subjective. While there are many different types of beauty, many women worldwide devote time and effort to their skincare and cosmetic routines. In this post, we\\u2019ll look at various areas renowned for their stunning ladies and the popular cosmetics they use.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">South Korea: South Korea is known for its thriving beauty sector and has become well-known for its cutting-edge skincare and cosmetics. The bright and glowing complexion that Korean women value is frequently attained through a multi-step skincare regimen. Popular Korean beauty products with a natural and dewy appearance include BB creams, sheet masks, and cushion foundations. For their high-quality goods, companies like Laneige, Innisfree, and Etude House are well renowned.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Brazil: Brazil is a nation renowned for its many and breathtakingly attractive ladies. Brazilian women frequently give body maintenance a high priority and use cosmetics to accentuate their natural characteristics. They emphasise hair care and style solutions tailored to their specific requirements while embracing their natural hair textures. Brazilian ladies also frequently use self-tanning creams and bronzers to emphasise a sun-kissed look. Numerous beauty products are available from Brazilian companies including Natura, O Botic\\u00e1rio, and Embelleze, which cater to a variety of demands.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">France: French women are recognised for having a casual yet elegant sense of style. Their simple beauty regimen focuses on emphasising their natural characteristics. French ladies prioritise skincare and choose high-quality, straightforward products. To preserve healthy, glowing skin, they frequently use moisturisers, serums, and facial mists. French makeup frequently emphasises understated elegance with a concentration on neatly groomed brows, skin-like foundation, and a traditional red lip. French women appreciate products from La Roche-Posay, Caudalie, and Chanel.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">India: This nation is renowned for having a wide range of aesthetic standards and customs. Indian ladies place a high priority on traditional beauty practises and frequently use Ayurvedic skincare products. They place a higher value on skincare products that target certain issues, such whitening creams, herbal face masks, and hair oils. Indian women place a strong emphasis on their eye makeup, with kajal (kohl) being a common item used to define and accentuate their eyes. A variety of cosmetics are available from companies like Himalaya Herbals, Forest Essentials, and Lakm\\u00e9 to meet Indian women\\u2019s cosmetic demands.<\\/span><\\/p><p>\\u00a0<\\/p><p><br \\/><span style=\\\"color: #ffffff;\\\">In conclusion, lovely ladies can be found everywhere because beauty is not regional. Different cultures and geographical areas have different standards for beauty and cosmetics. Each region gives distinct insights into the beauty customs of its women, whether it is the cutting-edge skincare regimens of South Korea, the organic and bright style of Brazil, the carefree elegance of France, or the age-old rituals of India. Celebrate the beauty of women from all across the world and embrace diversity.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(300, 59, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(301, 59, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(302, 61, '_elementor_edit_mode', 'builder'),
(303, 61, '_elementor_template_type', 'wp-page'),
(304, 61, '_elementor_version', '3.14.1'),
(305, 61, '_wp_page_template', 'elementor_canvas'),
(306, 61, '_elementor_data', '[{\"id\":\"620a72cf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"12436f53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33cb1dd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Marital Status\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e03050f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1a4a41b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bbab0c5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"753784dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2e6bc3d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"70053855\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"66a035e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ed1c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Single\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"701eeba9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d0a5cf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5acec67b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Married\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"875d183\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"364f1fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24ede02f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divorced\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d8839e9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"59addf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"618a640a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we\\u2019ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app\\u2019s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola\\u2019s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy\\u2019s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app\\u2019s private messaging feature.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(307, 61, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),
(308, 61, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(309, 62, '_elementor_edit_mode', 'builder'),
(310, 62, '_elementor_template_type', 'wp-page'),
(311, 62, '_elementor_version', '3.14.1'),
(312, 62, '_wp_page_template', 'elementor_canvas'),
(313, 62, '_elementor_data', '[{\"id\":\"620a72cf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"12436f53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33cb1dd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Marital Status\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e03050f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1a4a41b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bbab0c5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"753784dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2e6bc3d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"70053855\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"66a035e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ed1c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Single\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"701eeba9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d0a5cf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5acec67b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Married\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"875d183\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"364f1fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24ede02f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divorced\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d8839e9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"59addf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"618a640a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we\\u2019ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app\\u2019s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola\\u2019s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy\\u2019s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app\\u2019s private messaging feature.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(314, 62, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),
(315, 62, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(316, 63, '_elementor_edit_mode', 'builder'),
(317, 63, '_elementor_template_type', 'wp-page'),
(318, 63, '_elementor_version', '3.14.1'),
(319, 63, '_wp_page_template', 'elementor_canvas'),
(320, 63, '_elementor_data', '[{\"id\":\"620a72cf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"12436f53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33cb1dd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Which Type Of Girl You Like\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e03050f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1a4a41b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bbab0c5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"753784dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2e6bc3d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"70053855\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"66a035e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ed1c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Russian\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"701eeba9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d0a5cf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5acec67b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Indian Bhabhi\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"875d183\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"364f1fe0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24ede02f\",\"elType\":\"widget\",\"settings\":{\"text\":\"American\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"736d9ea\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a01877c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4f897b3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Thai\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d8839e9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"59addf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"618a640a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">There are beautiful women from many ethnicities and origins all around the world. Beauty is subjective. While there are many different types of beauty, many women worldwide devote time and effort to their skincare and cosmetic routines. In this post, we\\u2019ll look at various areas renowned for their stunning ladies and the popular cosmetics they use.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">South Korea: South Korea is known for its thriving beauty sector and has become well-known for its cutting-edge skincare and cosmetics. The bright and glowing complexion that Korean women value is frequently attained through a multi-step skincare regimen. Popular Korean beauty products with a natural and dewy appearance include BB creams, sheet masks, and cushion foundations. For their high-quality goods, companies like Laneige, Innisfree, and Etude House are well renowned.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Brazil: Brazil is a nation renowned for its many and breathtakingly attractive ladies. Brazilian women frequently give body maintenance a high priority and use cosmetics to accentuate their natural characteristics. They emphasise hair care and style solutions tailored to their specific requirements while embracing their natural hair textures. Brazilian ladies also frequently use self-tanning creams and bronzers to emphasise a sun-kissed look. Numerous beauty products are available from Brazilian companies including Natura, O Botic\\u00e1rio, and Embelleze, which cater to a variety of demands.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">France: French women are recognised for having a casual yet elegant sense of style. Their simple beauty regimen focuses on emphasising their natural characteristics. French ladies prioritise skincare and choose high-quality, straightforward products. To preserve healthy, glowing skin, they frequently use moisturisers, serums, and facial mists. French makeup frequently emphasises understated elegance with a concentration on neatly groomed brows, skin-like foundation, and a traditional red lip. French women appreciate products from La Roche-Posay, Caudalie, and Chanel.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">India: This nation is renowned for having a wide range of aesthetic standards and customs. Indian ladies place a high priority on traditional beauty practises and frequently use Ayurvedic skincare products. They place a higher value on skincare products that target certain issues, such whitening creams, herbal face masks, and hair oils. Indian women place a strong emphasis on their eye makeup, with kajal (kohl) being a common item used to define and accentuate their eyes. A variety of cosmetics are available from companies like Himalaya Herbals, Forest Essentials, and Lakm\\u00e9 to meet Indian women\\u2019s cosmetic demands.<\\/span><\\/p><p>\\u00a0<\\/p><p><br \\/><span style=\\\"color: #ffffff;\\\">In conclusion, lovely ladies can be found everywhere because beauty is not regional. Different cultures and geographical areas have different standards for beauty and cosmetics. Each region gives distinct insights into the beauty customs of its women, whether it is the cutting-edge skincare regimens of South Korea, the organic and bright style of Brazil, the carefree elegance of France, or the age-old rituals of India. Celebrate the beauty of women from all across the world and embrace diversity.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(321, 63, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),
(322, 63, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(323, 64, '_edit_lock', '1688456249:1'),
(324, 64, '_elementor_edit_mode', 'builder'),
(325, 64, '_elementor_template_type', 'wp-page'),
(326, 64, '_elementor_version', '3.14.1'),
(327, 64, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(328, 64, '_elementor_data', '[{\"id\":\"2ee91d7f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"65a2cd99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"462677d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Which Type Of Call You Prefer ?\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b939721\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fe51eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840016\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3050a403\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159ded92\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"440b35e8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3bb006a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ef1c10c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Video Call\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6bd5e87f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6ce031be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7351daf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Audio Call\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"248543c5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"113f1dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e56e920\",\"elType\":\"widget\",\"settings\":{\"text\":\"Only Chat\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c2d0f21\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3d7da3e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3436b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">Video calling has become a crucial component of our communication environment in the current digital era. Random video calls are a special method to meet individuals from all around the world and develop new relationships. This article analyzes the top 10 real video calling apps that offer dependable and safe platforms for communication while delving into the idea of chance video chats.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">The term \\u201crandom video calls\\u201d describes the practice of randomly connecting with strangers or people on video calling services. Specialized apps or websites that connect users with other random individuals depending on their tastes or criteria frequently assist these calls. Random video calls provide you the chance to interact with new people, have conversations, and learn about other people\\u2019s cultures and viewpoints. Despite the fun and adventure that these calls can provide, it is crucial to put one\\u2019s personal safety and privacy first by choosing reliable and trustworthy video calling programmes.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Top 10 Genuine Video Calling Apps<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Zoom: Due to its intuitive UI and numerous flexible video calling options, Zoom has experienced tremendous growth. It enables several group calls, has dependable video and audio quality, and includes extra capabilities like screen sharing and virtual backgrounds.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Google Meet is a powerful video conferencing tool that guarantees crystal-clear audio and video calls. It provides for simple screen sharing and seamless integration with other Google services. Google Meet is appropriate for both personal and professional use and features secure encryption.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">WhatsApp: WhatsApp is best recognised for its messaging features, but it also has a video calling feature. WhatsApp ensures secure and private video calls with end-to-end encryption. It offers both individual and group video calls and is widely used throughout the world.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">FaceTime: FaceTime is only available to Apple users as a video calling programme. It allows group calls with up to 32 participants and offers high definition video and audio quality. FaceTime is renowned for its ease of use and dependability and provides a unified user experience across Apple devices.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">With features like video conferences, screen sharing, and call recording, Skype has long been a popular option for video calling. Users can communicate with people or groups anywhere in the world, and it promises stable and good call quality.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Facebook Messenger: Within its chat platform, Facebook Messenger offers video calling capabilities. It has a wide user base and provides easy access to video calls for chatting with loved ones. Additionally, interesting components like filters and effects are supported.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Discord: Discord, which was initially created for gamers, has evolved into a well-liked video calling programme for a variety of communities. It allows you to build private servers for group communication and delivers dependable audio and video calls, screen sharing, and these features.<\\/span><\\/p><p>\\u00a0<\\/p><p><br \\/><span style=\\\"color: #ffffff;\\\">Viber: Viber is a robust messaging software with many features, and one of those features is video calling. It offers end-to-end encryption and high-quality video calls, making it a safe choice for both personal and business use.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Jitsi Meet: A privacy and security-focused open-source video conferencing platform, Jitsi Meet focuses on secure communication. Users can easily create and join video conferences using it without having to register for an account. For individuals looking for a video calling solution that respects their privacy, Jitsi Meet is a great option.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Line: Line is a well-known chat app with video calling features. With features like stickers and filters to improve the user experience, it offers a fluid and dependable video calling experience.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Random video calls are an engaging way to meet new people and learn about various viewpoints. Prioritizing safety and privacy is vital when participating in such calls. The top 10 real video calling applications listed in this post provide dependable video communication platforms that guarantee quick and safe conversations with<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(329, 64, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),
(330, 64, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(331, 66, '_elementor_edit_mode', 'builder'),
(332, 66, '_elementor_template_type', 'wp-page'),
(333, 66, '_elementor_version', '3.14.1'),
(334, 66, '_wp_page_template', 'elementor_canvas'),
(335, 66, '_elementor_data', '[{\"id\":\"2ee91d7f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"65a2cd99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"462677d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Marital Status\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b939721\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fe51eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840016\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3050a403\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159ded92\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"440b35e8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3bb006a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ef1c10c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Single\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6bd5e87f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6ce031be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7351daf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Married\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"248543c5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"113f1dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e56e920\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divorced\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c2d0f21\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3d7da3e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3436b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we\\u2019ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app\\u2019s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola\\u2019s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy\\u2019s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app\\u2019s private messaging feature.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(336, 66, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),
(337, 66, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(338, 67, '_elementor_edit_mode', 'builder'),
(339, 67, '_elementor_template_type', 'wp-page'),
(340, 67, '_elementor_version', '3.14.1'),
(341, 67, '_wp_page_template', 'elementor_canvas'),
(342, 67, '_elementor_data', '[{\"id\":\"2ee91d7f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"65a2cd99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"462677d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select Your Marital Status\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b939721\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fe51eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840016\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3050a403\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159ded92\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"440b35e8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3bb006a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ef1c10c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Single\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6bd5e87f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6ce031be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7351daf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Married\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"248543c5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"113f1dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e56e920\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divorced\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c2d0f21\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3d7da3e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3436b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we\\u2019ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app\\u2019s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola\\u2019s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy\\u2019s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app\\u2019s private messaging feature.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.<\\/span><\\/p><p><span style=\\\"color: #ffffff;\\\">The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(343, 67, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),
(344, 67, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(345, 68, '_elementor_edit_mode', 'builder'),
(346, 68, '_elementor_template_type', 'wp-page'),
(347, 68, '_elementor_version', '3.14.1'),
(348, 68, '_wp_page_template', 'elementor_canvas'),
(349, 68, '_elementor_data', '[{\"id\":\"2ee91d7f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"65a2cd99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"462677d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Which Type Of Call You Prefer ?\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b939721\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fe51eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4840016\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3050a403\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"159ded92\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":114,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"440b35e8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3bb006a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ef1c10c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Video Call\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6bd5e87f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6ce031be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7351daf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Audio Call\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"248543c5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"113f1dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e56e920\",\"elType\":\"widget\",\"settings\":{\"text\":\"Only Chat\",\"align\":\"center\",\"size\":\"lg\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"300\",\"bottom\":\"20\",\"left\":\"300\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"pulse\",\"animation_duration\":\"fast\",\"_animation_delay\":1},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c2d0f21\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3d7da3e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3436b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\">Video calling has become a crucial component of our communication environment in the current digital era. Random video calls are a special method to meet individuals from all around the world and develop new relationships. This article analyzes the top 10 real video calling apps that offer dependable and safe platforms for communication while delving into the idea of chance video chats.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">The term \\u201crandom video calls\\u201d describes the practice of randomly connecting with strangers or people on video calling services. Specialized apps or websites that connect users with other random individuals depending on their tastes or criteria frequently assist these calls. Random video calls provide you the chance to interact with new people, have conversations, and learn about other people\\u2019s cultures and viewpoints. Despite the fun and adventure that these calls can provide, it is crucial to put one\\u2019s personal safety and privacy first by choosing reliable and trustworthy video calling programmes.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Top 10 Genuine Video Calling Apps<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Zoom: Due to its intuitive UI and numerous flexible video calling options, Zoom has experienced tremendous growth. It enables several group calls, has dependable video and audio quality, and includes extra capabilities like screen sharing and virtual backgrounds.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Google Meet is a powerful video conferencing tool that guarantees crystal-clear audio and video calls. It provides for simple screen sharing and seamless integration with other Google services. Google Meet is appropriate for both personal and professional use and features secure encryption.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">WhatsApp: WhatsApp is best recognised for its messaging features, but it also has a video calling feature. WhatsApp ensures secure and private video calls with end-to-end encryption. It offers both individual and group video calls and is widely used throughout the world.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">FaceTime: FaceTime is only available to Apple users as a video calling programme. It allows group calls with up to 32 participants and offers high definition video and audio quality. FaceTime is renowned for its ease of use and dependability and provides a unified user experience across Apple devices.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">With features like video conferences, screen sharing, and call recording, Skype has long been a popular option for video calling. Users can communicate with people or groups anywhere in the world, and it promises stable and good call quality.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Facebook Messenger: Within its chat platform, Facebook Messenger offers video calling capabilities. It has a wide user base and provides easy access to video calls for chatting with loved ones. Additionally, interesting components like filters and effects are supported.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Discord: Discord, which was initially created for gamers, has evolved into a well-liked video calling programme for a variety of communities. It allows you to build private servers for group communication and delivers dependable audio and video calls, screen sharing, and these features.<\\/span><\\/p><p>\\u00a0<\\/p><p><br \\/><span style=\\\"color: #ffffff;\\\">Viber: Viber is a robust messaging software with many features, and one of those features is video calling. It offers end-to-end encryption and high-quality video calls, making it a safe choice for both personal and business use.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Jitsi Meet: A privacy and security-focused open-source video conferencing platform, Jitsi Meet focuses on secure communication. Users can easily create and join video conferences using it without having to register for an account. For individuals looking for a video calling solution that respects their privacy, Jitsi Meet is a great option.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Line: Line is a well-known chat app with video calling features. With features like stickers and filters to improve the user experience, it offers a fluid and dependable video calling experience.<\\/span><\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #ffffff;\\\">Random video calls are an engaging way to meet new people and learn about various viewpoints. Prioritizing safety and privacy is vital when participating in such calls. The top 10 real video calling applications listed in this post provide dependable video communication platforms that guarantee quick and safe conversations with<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(350, 68, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),
(351, 68, '_elementor_page_settings', 'a:5:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:8:\"gradient\";s:16:\"background_color\";s:7:\"#FF0096\";s:18:\"background_color_b\";s:7:\"#AF0D35\";s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:182;s:5:\"sizes\";a:0:{}}}'),
(352, 64, '_elementor_css', 'a:6:{s:4:\"time\";i:1688456291;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}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:\"\";}'),
(353, 15, '_elementor_css', 'a:6:{s:4:\"time\";i:1688456335;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(354, 23, '_elementor_css', 'a:6:{s:4:\"time\";i:1688456372;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(355, 31, '_elementor_css', 'a:6:{s:4:\"time\";i:1688456376;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(356, 37, '_elementor_css', 'a:6:{s:4:\"time\";i:1688456379;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}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:\"\";}'),
(357, 59, '_elementor_css', 'a:6:{s:4:\"time\";i:1688456395;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}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:\"\";}'),
(358, 69, '_edit_lock', '1688965404:1'),
(359, 69, '_elementor_edit_mode', 'builder'),
(360, 69, '_elementor_template_type', 'wp-page'),
(361, 69, '_elementor_version', '3.14.1'),
(362, 69, '_wp_page_template', 'elementor_canvas'),
(363, 69, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD8C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n    cursor: pointer;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Interest<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(364, 69, '_elementor_page_assets', 'a:0:{}'),
(365, 69, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(366, 71, '_wp_attached_file', '2023/07/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg'),
(367, 71, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:78:\"2023/07/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\";s:8:\"filesize\";i:378550;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"girl-with-balloons-while-her-boyfriend-carries-her-her-back-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11688;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"girl-with-balloons-while-her-boyfriend-carries-her-her-back-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"girl-with-balloons-while-her-boyfriend-carries-her-her-back-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5638;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:71:\"girl-with-balloons-while-her-boyfriend-carries-her-her-back-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52388;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:73:\"girl-with-balloons-while-her-boyfriend-carries-her-her-back-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160973;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:73:\"girl-with-balloons-while-her-boyfriend-carries-her-her-back-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:259848;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1482861608\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:63:\"girl-with-balloons-while-her-boyfriend-carries-her-her-back.jpg\";}'),
(368, 72, '_wp_attached_file', '2023/07/young-couple-love-outdoor-scaled.jpg'),
(369, 72, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:44:\"2023/07/young-couple-love-outdoor-scaled.jpg\";s:8:\"filesize\";i:529343;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"young-couple-love-outdoor-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13063;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"young-couple-love-outdoor-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101539;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"young-couple-love-outdoor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6443;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"young-couple-love-outdoor-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60900;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"young-couple-love-outdoor-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207408;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:39:\"young-couple-love-outdoor-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:351015;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:13:\"Arthur Hidden\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:28:\"Young couple in love outdoor\";s:17:\"created_timestamp\";s:10:\"1390058990\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:28:\"Young couple in love outdoor\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:29:{i:0;s:6:\"couple\";i:1;s:5:\"funny\";i:2;s:4:\"love\";i:3;s:4:\"kiss\";i:4;s:5:\"young\";i:5;s:4:\"date\";i:6;s:3:\"man\";i:7;s:7:\"romance\";i:8;s:6:\"people\";i:9;s:3:\"fun\";i:10;s:5:\"smile\";i:11;s:7:\"kissing\";i:12;s:9:\"valentine\";i:13;s:5:\"happy\";i:14;s:3:\"two\";i:15;s:4:\"card\";i:16;s:6:\"summer\";i:17;s:6:\"female\";i:18;s:5:\"white\";i:19;s:4:\"cute\";i:20;s:6:\"design\";i:21;s:7:\"falling\";i:22;s:4:\"hand\";i:23;s:8:\"romantic\";i:24;s:8:\"together\";i:25;s:10:\"positivity\";i:26;s:3:\"day\";i:27;s:8:\"vacation\";i:28;s:6:\"spring\";}}s:14:\"original_image\";s:29:\"young-couple-love-outdoor.jpg\";}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(370, 73, '_wp_attached_file', '2023/07/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png'),
(371, 73, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:80:\"2023/07/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\";s:8:\"filesize\";i:499423;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:80:\"smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99471;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:80:\"smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43761;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:80:\"smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:459586;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(375, 74, '_wp_attached_file', '2023/07/com-lite-chat-russiangirlcall.webp'),
(376, 74, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:42:\"2023/07/com-lite-chat-russiangirlcall.webp\";s:8:\"filesize\";i:10488;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"com-lite-chat-russiangirlcall-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4752;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(378, 75, '_wp_attached_file', '2023/07/H-8.png'),
(379, 75, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:426;s:6:\"height\";i:114;s:4:\"file\";s:15:\"2023/07/H-8.png\";s:8:\"filesize\";i:8178;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"H-8-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7549;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"H-8-150x114.png\";s:5:\"width\";i:150;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1413;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(381, 76, '_wp_attached_file', '2023/07/H-9.png'),
(382, 76, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:426;s:6:\"height\";i:115;s:4:\"file\";s:15:\"2023/07/H-9.png\";s:8:\"filesize\";i:9300;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"H-9-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"H-9-150x115.png\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2433;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(384, 77, '_wp_attached_file', '2023/07/a1.webp'),
(385, 77, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:15:\"2023/07/a1.webp\";s:8:\"filesize\";i:15482;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"a1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"a1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7182;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(386, 78, '_wp_attached_file', '2023/07/a2.webp'),
(387, 78, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:15:\"2023/07/a2.webp\";s:8:\"filesize\";i:10714;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"a2-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13436;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"a2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(388, 79, '_wp_attached_file', '2023/07/a3.webp'),
(389, 79, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:15:\"2023/07/a3.webp\";s:8:\"filesize\";i:11102;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"a3-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13778;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"a3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6378;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(390, 80, '_wp_attached_file', '2023/07/a4.webp'),
(391, 80, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:15:\"2023/07/a4.webp\";s:8:\"filesize\";i:11210;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"a4-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13970;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"a4-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6340;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(392, 81, '_wp_attached_file', '2023/07/a5.webp'),
(393, 81, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:15:\"2023/07/a5.webp\";s:8:\"filesize\";i:7184;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"a5-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9392;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"a5-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4404;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(394, 82, '_wp_attached_file', '2023/07/a6.webp'),
(395, 82, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:15:\"2023/07/a6.webp\";s:8:\"filesize\";i:10280;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"a6-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12744;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"a6-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5926;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(396, 83, '_wp_attached_file', '2023/07/a7.webp'),
(397, 83, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:15:\"2023/07/a7.webp\";s:8:\"filesize\";i:12220;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"a7-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15158;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"a7-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6364;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(398, 84, '_wp_attached_file', '2023/07/a8.webp'),
(399, 84, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:15:\"2023/07/a8.webp\";s:8:\"filesize\";i:11196;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"a8-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13922;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"a8-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6206;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(400, 85, '_wp_attached_file', '2023/07/a9.webp'),
(401, 85, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:15:\"2023/07/a9.webp\";s:8:\"filesize\";i:11100;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"a9-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14110;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"a9-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6356;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(402, 86, '_wp_attached_file', '2023/07/a10.webp'),
(403, 86, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:16:\"2023/07/a10.webp\";s:8:\"filesize\";i:13108;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"a10-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15846;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"a10-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(404, 87, '_wp_attached_file', '2023/07/a11.webp'),
(405, 87, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:16:\"2023/07/a11.webp\";s:8:\"filesize\";i:12252;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"a11-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14752;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"a11-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(406, 88, '_wp_attached_file', '2023/07/a12.webp'),
(407, 88, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:16:\"2023/07/a12.webp\";s:8:\"filesize\";i:13516;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"a12-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16538;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"a12-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6866;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(408, 89, '_wp_attached_file', '2023/07/a13.webp'),
(409, 89, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:16:\"2023/07/a13.webp\";s:8:\"filesize\";i:11760;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"a13-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14512;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"a13-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6108;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(410, 90, '_wp_attached_file', '2023/07/a14.webp'),
(411, 90, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:16:\"2023/07/a14.webp\";s:8:\"filesize\";i:12576;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"a14-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14652;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"a14-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5844;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(412, 91, '_wp_attached_file', '2023/07/a15.webp'),
(413, 91, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:16:\"2023/07/a15.webp\";s:8:\"filesize\";i:10300;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"a15-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12990;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"a15-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5830;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(414, 92, '_wp_attached_file', '2023/07/a16.webp'),
(415, 92, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:16:\"2023/07/a16.webp\";s:8:\"filesize\";i:15466;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"a16-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"a16-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7360;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(416, 93, '_wp_attached_file', '2023/07/aa1.webp'),
(417, 93, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:306;s:6:\"height\";i:306;s:4:\"file\";s:16:\"2023/07/aa1.webp\";s:8:\"filesize\";i:12274;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"aa1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"aa1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6942;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(418, 94, '_wp_attached_file', '2023/07/call_vid_1.mp4'),
(419, 94, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:1750859;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:30;s:16:\"length_formatted\";s:4:\"0:30\";s:5:\"width\";i:406;s:6:\"height\";i:690;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),
(420, 95, '_wp_attached_file', '2023/07/call_vid_1.webp'),
(421, 95, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:274;s:6:\"height\";i:274;s:4:\"file\";s:23:\"2023/07/call_vid_1.webp\";s:8:\"filesize\";i:7446;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"call_vid_1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5050;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(422, 96, '_wp_attached_file', '2023/07/call_vid_2.mp4'),
(423, 96, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:1374882;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:14;s:16:\"length_formatted\";s:4:\"0:14\";s:5:\"width\";i:342;s:6:\"height\";i:692;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),
(424, 97, '_wp_attached_file', '2023/07/call_vid_2.webp'),
(425, 97, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:274;s:6:\"height\";i:274;s:4:\"file\";s:23:\"2023/07/call_vid_2.webp\";s:8:\"filesize\";i:9576;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"call_vid_2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6012;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(426, 98, '_wp_attached_file', '2023/07/call_vid_3.mp4'),
(427, 98, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:943536;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:10;s:16:\"length_formatted\";s:4:\"0:10\";s:5:\"width\";i:342;s:6:\"height\";i:664;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),
(428, 99, '_wp_attached_file', '2023/07/call_vid_3.webp'),
(429, 99, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:274;s:6:\"height\";i:274;s:4:\"file\";s:23:\"2023/07/call_vid_3.webp\";s:8:\"filesize\";i:9766;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"call_vid_3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(430, 100, '_wp_attached_file', '2023/07/call_vid_4.mp4'),
(431, 100, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:1099351;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:14;s:16:\"length_formatted\";s:4:\"0:14\";s:5:\"width\";i:342;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),
(432, 101, '_wp_attached_file', '2023/07/call_vid_4.webp'),
(433, 101, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:274;s:6:\"height\";i:274;s:4:\"file\";s:23:\"2023/07/call_vid_4.webp\";s:8:\"filesize\";i:9408;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"call_vid_4-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6092;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(434, 102, '_wp_attached_file', '2023/07/call_vid_5.mp4'),
(435, 102, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:619199;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:15;s:16:\"length_formatted\";s:4:\"0:15\";s:5:\"width\";i:202;s:6:\"height\";i:360;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),
(436, 103, '_wp_attached_file', '2023/07/call_vid_5.webp'),
(437, 103, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:274;s:6:\"height\";i:274;s:4:\"file\";s:23:\"2023/07/call_vid_5.webp\";s:8:\"filesize\";i:10202;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"call_vid_5-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6332;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(438, 104, '_wp_attached_file', '2023/07/call_vid_6.mp4'),
(439, 104, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:967165;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:16;s:16:\"length_formatted\";s:4:\"0:16\";s:5:\"width\";i:416;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:1;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:4:\"mono\";}s:17:\"created_timestamp\";i:1562756856;}'),
(440, 105, '_wp_attached_file', '2023/07/call_vid_6.webp'),
(441, 105, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:274;s:6:\"height\";i:274;s:4:\"file\";s:23:\"2023/07/call_vid_6.webp\";s:8:\"filesize\";i:11046;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"call_vid_6-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6936;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(442, 106, '_wp_attached_file', '2023/07/call_vid_7.mp4'),
(443, 106, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:1094904;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:26;s:16:\"length_formatted\";s:4:\"0:26\";s:5:\"width\";i:226;s:6:\"height\";i:340;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),
(444, 107, '_wp_attached_file', '2023/07/call_vid_7.webp'),
(445, 107, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:274;s:6:\"height\";i:274;s:4:\"file\";s:23:\"2023/07/call_vid_7.webp\";s:8:\"filesize\";i:10528;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"call_vid_7-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6752;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(446, 108, '_wp_attached_file', '2023/07/call_vid_8.mp4'),
(447, 108, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:1059537;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:16;s:16:\"length_formatted\";s:4:\"0:16\";s:5:\"width\";i:406;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),
(448, 109, '_wp_attached_file', '2023/07/call_vid_8.webp'),
(449, 109, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:274;s:6:\"height\";i:274;s:4:\"file\";s:23:\"2023/07/call_vid_8.webp\";s:8:\"filesize\";i:9482;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"call_vid_8-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6292;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(450, 110, '_wp_attached_file', '2023/07/call_vid_9.mp4'),
(451, 110, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:943829;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:27;s:16:\"length_formatted\";s:4:\"0:27\";s:5:\"width\";i:272;s:6:\"height\";i:368;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:1;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:4:\"mono\";}s:17:\"created_timestamp\";i:1562587221;}'),
(452, 111, '_wp_attached_file', '2023/07/call_vid_9.webp'),
(453, 111, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:274;s:6:\"height\";i:274;s:4:\"file\";s:23:\"2023/07/call_vid_9.webp\";s:8:\"filesize\";i:10034;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"call_vid_9-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(454, 112, '_wp_attached_file', '2023/07/call_vid_10.mp4'),
(455, 112, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:474077;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:13;s:16:\"length_formatted\";s:4:\"0:13\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),
(456, 113, '_wp_attached_file', '2023/07/call_vid_10.webp'),
(457, 113, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:274;s:6:\"height\";i:274;s:4:\"file\";s:24:\"2023/07/call_vid_10.webp\";s:8:\"filesize\";i:10870;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"call_vid_10-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6644;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(458, 114, '_elementor_edit_mode', 'builder'),
(459, 114, '_elementor_template_type', 'wp-page'),
(460, 114, '_elementor_version', '3.14.1'),
(461, 114, '_wp_page_template', 'elementor_canvas'),
(462, 114, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\"},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_image_overlay\":\"yes\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(463, 114, '_elementor_page_assets', 'a:0:{}'),
(464, 114, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(465, 115, '_elementor_edit_mode', 'builder'),
(466, 115, '_elementor_template_type', 'wp-page'),
(467, 115, '_elementor_version', '3.14.1'),
(468, 115, '_wp_page_template', 'elementor_canvas'),
(469, 115, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\"},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_image_overlay\":\"yes\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(470, 115, '_elementor_page_assets', 'a:0:{}'),
(471, 115, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(472, 116, '_elementor_edit_mode', 'builder'),
(473, 116, '_elementor_template_type', 'wp-page'),
(474, 116, '_elementor_version', '3.14.1'),
(475, 116, '_wp_page_template', 'elementor_canvas'),
(476, 116, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_image_overlay\":\"yes\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(477, 116, '_elementor_page_assets', 'a:0:{}'),
(478, 116, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(480, 117, '_elementor_edit_mode', 'builder'),
(481, 117, '_elementor_template_type', 'wp-page'),
(482, 117, '_elementor_version', '3.14.1'),
(483, 117, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(484, 117, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_image_overlay\":\"yes\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(485, 117, '_elementor_page_assets', 'a:0:{}'),
(486, 117, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(487, 117, '_elementor_css', 'a:6:{s:4:\"time\";i:1688642597;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(488, 118, '_elementor_edit_mode', 'builder'),
(489, 118, '_elementor_template_type', 'wp-page'),
(490, 118, '_elementor_version', '3.14.1'),
(491, 118, '_wp_page_template', 'elementor_canvas'),
(492, 118, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_image_overlay\":\"yes\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(493, 118, '_elementor_page_assets', 'a:0:{}'),
(494, 118, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(495, 118, '_elementor_css', 'a:6:{s:4:\"time\";i:1688642597;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(496, 119, '_elementor_edit_mode', 'builder'),
(497, 119, '_elementor_template_type', 'wp-page'),
(498, 119, '_elementor_version', '3.14.1'),
(499, 119, '_wp_page_template', 'elementor_canvas'),
(500, 119, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(501, 119, '_elementor_page_assets', 'a:0:{}'),
(502, 119, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(503, 119, '_elementor_css', 'a:6:{s:4:\"time\";i:1688642597;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(505, 120, '_elementor_edit_mode', 'builder'),
(506, 120, '_elementor_template_type', 'wp-page'),
(507, 120, '_elementor_version', '3.14.1'),
(508, 120, '_wp_page_template', 'elementor_canvas'),
(509, 120, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(510, 120, '_elementor_page_assets', 'a:0:{}'),
(511, 120, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(512, 120, '_elementor_css', 'a:6:{s:4:\"time\";i:1688642616;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(513, 121, '_elementor_edit_mode', 'builder'),
(514, 121, '_elementor_template_type', 'wp-page'),
(515, 121, '_elementor_version', '3.14.1'),
(516, 121, '_wp_page_template', 'elementor_canvas'),
(517, 121, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(518, 121, '_elementor_page_assets', 'a:0:{}'),
(519, 121, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(520, 121, '_elementor_css', 'a:6:{s:4:\"time\";i:1688642616;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(521, 122, '_elementor_edit_mode', 'builder'),
(522, 122, '_elementor_template_type', 'wp-page'),
(523, 122, '_elementor_version', '3.14.1'),
(524, 122, '_wp_page_template', 'elementor_canvas'),
(525, 122, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(526, 122, '_elementor_page_assets', 'a:0:{}'),
(527, 122, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(528, 122, '_elementor_css', 'a:6:{s:4:\"time\";i:1688642616;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(530, 123, '_cf7mls_back_bg_color', ''),
(531, 123, '_cf7mls_back_text_color', ''),
(532, 123, '_cf7mls_next_bg_color', ''),
(533, 123, '_cf7mls_next_text_color', ''),
(534, 123, '_cf7mls_db_save_every_step', 'no'),
(535, 123, '_cf7mls_step_name', '[]'),
(536, 123, '_cf7mls_progress_bar_style', '1'),
(537, 123, '_cf7_mls_enable_progress_bar', '0'),
(538, 123, '_cf7mls_progress_bar_bg_color', '#0073aa'),
(539, 123, '_cf7_mls_auto_scroll_animation', ''),
(540, 123, '_cf7_mls_auto_return_first_step', 'on'),
(541, 123, '_cf7_mls_auto_moving_animation', ''),
(542, 123, '_cf7mls_select_stype_transition', ''),
(543, 123, '_cf7mls_style_text', 'vertical'),
(544, 123, '_cf7_mls_enable_progress_bar_percent', '0'),
(545, 123, '_cf7mls_progress_bar_percent_color', '#0073aa'),
(546, 123, '_cf7mls_allow_choose_step', 'off'),
(547, 123, '_cf7mls_back_button_title', ''),
(548, 123, '_form', 'Have you tried online dating before?\n[radio radio-701 use_label_element default:1 \"I’m new to it\" \"Once or twice\" \"I’m an online dating pro\"]'),
(549, 123, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:35:\"[_site_title] <admin@diginspire.in>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:161:\"From: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(550, 123, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:35:\"[_site_title] <admin@diginspire.in>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(551, 123, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";}'),
(552, 123, '_additional_settings', ''),
(553, 123, '_locale', 'en_US'),
(554, 123, '_config_errors', 'a:1:{s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:51:\"Invalid mailbox syntax is used in the %name% field.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),
(563, 125, '_elementor_edit_mode', 'builder'),
(564, 125, '_elementor_template_type', 'wp-page'),
(565, 125, '_elementor_version', '3.14.1'),
(566, 125, '_wp_page_template', 'elementor_canvas'),
(567, 125, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(568, 125, '_elementor_page_assets', 'a:0:{}'),
(569, 125, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(570, 126, '_elementor_edit_mode', 'builder'),
(571, 126, '_elementor_template_type', 'wp-page'),
(572, 126, '_elementor_version', '3.14.1'),
(573, 126, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(574, 126, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(575, 126, '_elementor_page_assets', 'a:0:{}'),
(576, 126, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(577, 127, '_elementor_edit_mode', 'builder'),
(578, 127, '_elementor_template_type', 'wp-page'),
(579, 127, '_elementor_version', '3.14.1'),
(580, 127, '_wp_page_template', 'elementor_canvas'),
(581, 127, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(582, 127, '_elementor_page_assets', 'a:0:{}'),
(583, 127, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(594, 129, '_elementor_edit_mode', 'builder'),
(595, 129, '_elementor_template_type', 'wp-page'),
(596, 129, '_elementor_version', '3.14.1'),
(597, 129, '_wp_page_template', 'elementor_canvas'),
(598, 129, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(599, 129, '_elementor_page_assets', 'a:0:{}'),
(600, 129, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(601, 129, '_elementor_css', 'a:6:{s:4:\"time\";i:1688643426;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(602, 130, '_elementor_edit_mode', 'builder'),
(603, 130, '_elementor_template_type', 'wp-page'),
(604, 130, '_elementor_version', '3.14.1'),
(605, 130, '_wp_page_template', 'elementor_canvas'),
(606, 130, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(607, 130, '_elementor_page_assets', 'a:0:{}'),
(608, 130, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(609, 130, '_elementor_css', 'a:6:{s:4:\"time\";i:1688643426;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(610, 131, '_elementor_edit_mode', 'builder'),
(611, 131, '_elementor_template_type', 'wp-page'),
(612, 131, '_elementor_version', '3.14.1'),
(613, 131, '_wp_page_template', 'elementor_canvas'),
(614, 131, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(615, 131, '_elementor_page_assets', 'a:0:{}'),
(616, 131, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(617, 131, '_elementor_css', 'a:6:{s:4:\"time\";i:1688643426;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(628, 133, '_elementor_edit_mode', 'builder'),
(629, 133, '_elementor_template_type', 'wp-page'),
(630, 133, '_elementor_version', '3.14.1'),
(631, 133, '_wp_page_template', 'elementor_canvas'),
(632, 133, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(633, 133, '_elementor_page_assets', 'a:0:{}'),
(634, 133, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(635, 133, '_elementor_css', 'a:6:{s:4:\"time\";i:1688644947;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(636, 134, '_elementor_edit_mode', 'builder'),
(637, 134, '_elementor_template_type', 'wp-page'),
(638, 134, '_elementor_version', '3.14.1'),
(639, 134, '_wp_page_template', 'elementor_canvas'),
(640, 134, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(641, 134, '_elementor_page_assets', 'a:0:{}'),
(642, 134, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(643, 134, '_elementor_css', 'a:6:{s:4:\"time\";i:1688644947;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(644, 135, '_elementor_edit_mode', 'builder'),
(645, 135, '_elementor_template_type', 'wp-page'),
(646, 135, '_elementor_version', '3.14.1'),
(647, 135, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(648, 135, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3406205\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4777b3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(649, 135, '_elementor_page_assets', 'a:0:{}'),
(650, 135, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(651, 135, '_elementor_css', 'a:6:{s:4:\"time\";i:1688644947;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(661, 137, '_elementor_edit_mode', 'builder'),
(662, 137, '_elementor_template_type', 'wp-page'),
(663, 137, '_elementor_version', '3.14.1'),
(664, 137, '_wp_page_template', 'elementor_canvas'),
(665, 137, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3406205\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4777b3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(666, 137, '_elementor_page_assets', 'a:0:{}'),
(667, 137, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(668, 138, '_elementor_edit_mode', 'builder'),
(669, 138, '_elementor_template_type', 'wp-page'),
(670, 138, '_elementor_version', '3.14.1'),
(671, 138, '_wp_page_template', 'elementor_canvas'),
(672, 138, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3406205\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4777b3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"b7ed0fc\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(673, 138, '_elementor_page_assets', 'a:0:{}'),
(674, 138, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(675, 139, '_elementor_edit_mode', 'builder'),
(676, 139, '_elementor_template_type', 'wp-page'),
(677, 139, '_elementor_version', '3.14.1'),
(678, 139, '_wp_page_template', 'elementor_canvas'),
(679, 139, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<body>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <h2>Step 3<\\/h2>\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n            <h2>Step 5<\\/h2>\\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"submit\\\" class=\\\"btn btn-success\\\">Submit<\\/button>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(680, 139, '_elementor_page_assets', 'a:0:{}'),
(681, 139, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(682, 140, '_elementor_edit_mode', 'builder'),
(683, 140, '_elementor_template_type', 'wp-page'),
(684, 140, '_elementor_version', '3.14.1'),
(685, 140, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(686, 140, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<body>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <h2>Step 3<\\/h2>\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n            <h2>Step 5<\\/h2>\\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"submit\\\" class=\\\"btn btn-success\\\">Submit<\\/button>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(687, 140, '_elementor_page_assets', 'a:0:{}'),
(688, 140, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(689, 141, '_elementor_edit_mode', 'builder'),
(690, 141, '_elementor_template_type', 'wp-page'),
(691, 141, '_elementor_version', '3.14.1'),
(692, 141, '_wp_page_template', 'elementor_canvas'),
(693, 141, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<body>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <h2>Step 3<\\/h2>\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n            <h2>Step 5<\\/h2>\\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"submit\\\" class=\\\"btn btn-success\\\">Submit<\\/button>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(694, 141, '_elementor_page_assets', 'a:0:{}'),
(695, 141, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(696, 142, '_elementor_edit_mode', 'builder'),
(697, 142, '_elementor_template_type', 'wp-page'),
(698, 142, '_elementor_version', '3.14.1'),
(699, 142, '_wp_page_template', 'elementor_canvas'),
(700, 142, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<body>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <h2>Step 3<\\/h2>\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n            <h2>Step 5<\\/h2>\\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"submit\\\" class=\\\"btn btn-success\\\">Submit<\\/button>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(701, 142, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(702, 142, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(704, 143, '_elementor_edit_mode', 'builder'),
(705, 143, '_elementor_template_type', 'wp-page'),
(706, 143, '_elementor_version', '3.14.1'),
(707, 143, '_wp_page_template', 'elementor_canvas'),
(708, 143, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<body>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <h2>Step 3<\\/h2>\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n            <h2>Step 5<\\/h2>\\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"submit\\\" class=\\\"btn btn-success\\\">Submit<\\/button>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(709, 143, '_elementor_page_assets', 'a:0:{}'),
(710, 143, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(711, 143, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826453;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(712, 144, '_elementor_edit_mode', 'builder'),
(713, 144, '_elementor_template_type', 'wp-page'),
(714, 144, '_elementor_version', '3.14.1'),
(715, 144, '_wp_page_template', 'elementor_canvas'),
(716, 144, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<body>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <h2>Step 3<\\/h2>\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n            <h2>Step 5<\\/h2>\\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"submit\\\" class=\\\"btn btn-success\\\">Submit<\\/button>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(717, 144, '_elementor_page_assets', 'a:0:{}'),
(718, 144, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(719, 144, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826453;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(720, 145, '_elementor_edit_mode', 'builder'),
(721, 145, '_elementor_template_type', 'wp-page'),
(722, 145, '_elementor_version', '3.14.1'),
(723, 145, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(724, 145, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<body>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"submit\\\" class=\\\"btn btn-success\\\">Submit<\\/button>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(725, 145, '_elementor_page_assets', 'a:0:{}'),
(726, 145, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(727, 145, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826453;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(729, 146, '_elementor_edit_mode', 'builder'),
(730, 146, '_elementor_template_type', 'wp-page'),
(731, 146, '_elementor_version', '3.14.1'),
(732, 146, '_wp_page_template', 'elementor_canvas'),
(733, 146, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<body>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"submit\\\" class=\\\"btn btn-success\\\">Submit<\\/button>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(734, 146, '_elementor_page_assets', 'a:0:{}'),
(735, 146, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(736, 146, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826535;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(737, 147, '_elementor_edit_mode', 'builder'),
(738, 147, '_elementor_template_type', 'wp-page'),
(739, 147, '_elementor_version', '3.14.1'),
(740, 147, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(741, 147, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<body>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"submit\\\" class=\\\"btn btn-success\\\">Submit<\\/button>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(742, 147, '_elementor_page_assets', 'a:0:{}'),
(743, 147, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(744, 147, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826535;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(745, 148, '_elementor_edit_mode', 'builder'),
(746, 148, '_elementor_template_type', 'wp-page'),
(747, 148, '_elementor_version', '3.14.1'),
(748, 148, '_wp_page_template', 'elementor_canvas'),
(749, 148, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<body>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(750, 148, '_elementor_page_assets', 'a:0:{}'),
(751, 148, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(752, 148, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826535;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(754, 149, '_elementor_edit_mode', 'builder'),
(755, 149, '_elementor_template_type', 'wp-page'),
(756, 149, '_elementor_version', '3.14.1'),
(757, 149, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(758, 149, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<body>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(759, 149, '_elementor_page_assets', 'a:0:{}'),
(760, 149, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(761, 149, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826653;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(762, 150, '_elementor_edit_mode', 'builder'),
(763, 150, '_elementor_template_type', 'wp-page'),
(764, 150, '_elementor_version', '3.14.1'),
(765, 150, '_wp_page_template', 'elementor_canvas'),
(766, 150, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<body>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(767, 150, '_elementor_page_assets', 'a:0:{}'),
(768, 150, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(769, 150, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826653;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(770, 151, '_elementor_edit_mode', 'builder'),
(771, 151, '_elementor_template_type', 'wp-page'),
(772, 151, '_elementor_version', '3.14.1'),
(773, 151, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(774, 151, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(775, 151, '_elementor_page_assets', 'a:0:{}'),
(776, 151, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(777, 151, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826653;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(779, 152, '_elementor_edit_mode', 'builder'),
(780, 152, '_elementor_template_type', 'wp-page'),
(781, 152, '_elementor_version', '3.14.1'),
(782, 152, '_wp_page_template', 'elementor_canvas'),
(783, 152, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(784, 152, '_elementor_page_assets', 'a:0:{}'),
(785, 152, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(786, 152, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826703;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(787, 153, '_elementor_edit_mode', 'builder'),
(788, 153, '_elementor_template_type', 'wp-page'),
(789, 153, '_elementor_version', '3.14.1'),
(790, 153, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(791, 153, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(792, 153, '_elementor_page_assets', 'a:0:{}'),
(793, 153, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(794, 153, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826703;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(795, 154, '_elementor_edit_mode', 'builder'),
(796, 154, '_elementor_template_type', 'wp-page'),
(797, 154, '_elementor_version', '3.14.1'),
(798, 154, '_wp_page_template', 'elementor_canvas'),
(799, 154, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(800, 154, '_elementor_page_assets', 'a:0:{}'),
(801, 154, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(802, 154, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826703;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(804, 155, '_edit_lock', '1688834585:1'),
(805, 155, '_elementor_edit_mode', 'builder'),
(806, 155, '_elementor_template_type', 'wp-page'),
(807, 155, '_elementor_version', '3.14.1'),
(808, 155, '_wp_page_template', 'elementor_canvas'),
(809, 155, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(810, 155, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a847690\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ea7fb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select  a Girl To Start Video Call\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9642c56\",\"elType\":\"widget\",\"settings\":{\"title\":\"&copy Copyright CallNow\",\"header_size\":\"p\",\"align_mobile\":\"center\",\"title_color\":\"#FDFDFD\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(811, 155, '_elementor_page_assets', 'a:0:{}'),
(812, 157, '_elementor_edit_mode', 'builder'),
(813, 157, '_elementor_template_type', 'wp-page'),
(814, 157, '_elementor_version', '3.14.1'),
(815, 157, '_wp_page_template', 'elementor_canvas'),
(816, 157, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(817, 157, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#353535\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(818, 157, '_elementor_page_assets', 'a:0:{}'),
(819, 158, '_elementor_edit_mode', 'builder'),
(820, 158, '_elementor_template_type', 'wp-page'),
(821, 158, '_elementor_version', '3.14.1'),
(822, 158, '_wp_page_template', 'elementor_canvas'),
(823, 158, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(824, 158, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#353535\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(825, 158, '_elementor_page_assets', 'a:0:{}'),
(826, 159, '_elementor_edit_mode', 'builder'),
(827, 159, '_elementor_template_type', 'wp-page'),
(828, 159, '_elementor_version', '3.14.1'),
(829, 159, '_wp_page_template', 'elementor_canvas'),
(830, 159, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(831, 159, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#353535\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(832, 159, '_elementor_page_assets', 'a:0:{}'),
(833, 160, '_elementor_edit_mode', 'builder'),
(834, 160, '_elementor_template_type', 'wp-page'),
(835, 160, '_elementor_version', '3.14.1'),
(836, 160, '_wp_page_template', 'elementor_canvas'),
(837, 160, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(838, 160, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#353535\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(839, 160, '_elementor_page_assets', 'a:0:{}'),
(840, 161, '_elementor_edit_mode', 'builder'),
(841, 161, '_elementor_template_type', 'wp-page'),
(842, 161, '_elementor_version', '3.14.1'),
(843, 161, '_wp_page_template', 'elementor_canvas'),
(844, 161, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(845, 161, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#353535\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(846, 161, '_elementor_page_assets', 'a:0:{}'),
(847, 162, '_elementor_edit_mode', 'builder'),
(848, 162, '_elementor_template_type', 'wp-page'),
(849, 162, '_elementor_version', '3.14.1'),
(850, 162, '_wp_page_template', 'elementor_canvas'),
(851, 162, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(852, 162, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a847690\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ea7fb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select  a Girl To Start Video Call\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#353535\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(853, 162, '_elementor_page_assets', 'a:0:{}'),
(854, 163, '_elementor_edit_mode', 'builder'),
(855, 163, '_elementor_template_type', 'wp-page'),
(856, 163, '_elementor_version', '3.14.1'),
(857, 163, '_wp_page_template', 'elementor_canvas'),
(858, 163, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(859, 163, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a847690\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ea7fb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select  a Girl To Start Video Call\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#353535\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(860, 163, '_elementor_page_assets', 'a:0:{}'),
(861, 164, '_elementor_edit_mode', 'builder'),
(862, 164, '_elementor_template_type', 'wp-page'),
(863, 164, '_elementor_version', '3.14.1'),
(864, 164, '_wp_page_template', 'elementor_canvas'),
(865, 164, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(866, 164, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a847690\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ea7fb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select  a Girl To Start Video Call\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#353535\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(867, 164, '_elementor_page_assets', 'a:0:{}'),
(868, 165, '_elementor_edit_mode', 'builder'),
(869, 165, '_elementor_template_type', 'wp-page'),
(870, 165, '_elementor_version', '3.14.1'),
(871, 165, '_wp_page_template', 'elementor_canvas'),
(872, 165, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(873, 165, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a847690\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ea7fb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select  a Girl To Start Video Call\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#353535\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9642c56\",\"elType\":\"widget\",\"settings\":{\"title\":\"&copy Copyright CallNow\",\"header_size\":\"p\",\"align_mobile\":\"center\",\"title_color\":\"#FDFDFD\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(874, 165, '_elementor_page_assets', 'a:0:{}'),
(875, 166, '_elementor_edit_mode', 'builder'),
(876, 166, '_elementor_template_type', 'wp-page'),
(877, 166, '_elementor_version', '3.14.1'),
(878, 166, '_wp_page_template', 'elementor_canvas'),
(879, 166, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(880, 166, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a847690\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ea7fb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select  a Girl To Start Video Call\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#353535\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9642c56\",\"elType\":\"widget\",\"settings\":{\"title\":\"&copy Copyright CallNow\",\"header_size\":\"p\",\"align_mobile\":\"center\",\"title_color\":\"#FDFDFD\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(881, 166, '_elementor_page_assets', 'a:0:{}'),
(882, 167, '_elementor_edit_mode', 'builder'),
(883, 167, '_elementor_template_type', 'wp-page'),
(884, 167, '_elementor_version', '3.14.1'),
(885, 167, '_wp_page_template', 'elementor_canvas'),
(886, 167, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(887, 167, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a847690\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ea7fb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select  a Girl To Start Video Call\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#353535\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9642c56\",\"elType\":\"widget\",\"settings\":{\"title\":\"&copy Copyright CallNow\",\"header_size\":\"p\",\"align_mobile\":\"center\",\"title_color\":\"#FDFDFD\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(888, 167, '_elementor_page_assets', 'a:0:{}'),
(889, 168, '_elementor_edit_mode', 'builder'),
(890, 168, '_elementor_template_type', 'wp-page'),
(891, 168, '_elementor_version', '3.14.1'),
(892, 168, '_wp_page_template', 'elementor_canvas'),
(893, 168, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(894, 168, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a847690\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ea7fb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select  a Girl To Start Video Call\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9642c56\",\"elType\":\"widget\",\"settings\":{\"title\":\"&copy Copyright CallNow\",\"header_size\":\"p\",\"align_mobile\":\"center\",\"title_color\":\"#FDFDFD\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(895, 168, '_elementor_page_assets', 'a:0:{}'),
(896, 169, '_edit_lock', '1688834586:1'),
(897, 169, '_elementor_edit_mode', 'builder'),
(898, 169, '_elementor_template_type', 'wp-page'),
(899, 169, '_elementor_version', '3.14.1'),
(900, 169, '_wp_page_template', 'elementor_canvas'),
(901, 169, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(902, 169, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":293}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a3f16f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"b94ac69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b6ada2\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0014c85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"f284410\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/error\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5e05f3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8a74550\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-microphone\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/error\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a314258\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bef10cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-slash\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/error\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e4463e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#0013FF\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"aacc294\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/error\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7233e6e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"145ccca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3be0e62\",\"elType\":\"widget\",\"settings\":{\"html\":\"    <script>\\r\\n      setTimeout(function() {\\r\\n        window.location.href = \'https:\\/\\/diginspire.in\\/dartsp\\/error\\/\';\\r\\n      }, 20000); \\/\\/ 20 seconds delay in milliseconds\\r\\n    <\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(903, 169, '_elementor_page_assets', 'a:0:{}'),
(904, 171, '_elementor_edit_mode', 'builder'),
(905, 171, '_elementor_template_type', 'wp-page'),
(906, 171, '_elementor_version', '3.14.1'),
(907, 171, '_wp_page_template', 'elementor_canvas'),
(908, 171, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(909, 171, '_elementor_data', '[]'),
(910, 171, '_elementor_page_assets', 'a:0:{}'),
(911, 172, '_elementor_edit_mode', 'builder'),
(912, 172, '_elementor_template_type', 'wp-page'),
(913, 172, '_elementor_version', '3.14.1'),
(914, 172, '_wp_page_template', 'elementor_canvas'),
(915, 172, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(916, 172, '_elementor_data', '[]'),
(917, 172, '_elementor_page_assets', 'a:0:{}'),
(918, 173, '_elementor_edit_mode', 'builder'),
(919, 173, '_elementor_template_type', 'wp-page'),
(920, 173, '_elementor_version', '3.14.1'),
(921, 173, '_wp_page_template', 'elementor_canvas'),
(922, 173, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(923, 173, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":{\"html\":\"  <style>\\r\\n    #videoElement {\\r\\n      width: 100%;\\r\\n      height: 150px;\\r\\n    }\\r\\n  <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n  <video autoplay=\\\"true\\\" id=\\\"videoElement\\\"><\\/video>\\r\\n\\r\\n  <script>\\r\\n    \\/\\/ Access the camera stream\\r\\n    navigator.mediaDevices.getUserMedia({ video: true })\\r\\n      .then(function(stream) {\\r\\n        var video = document.getElementById(\'videoElement\');\\r\\n        video.srcObject = stream;\\r\\n      })\\r\\n      .catch(function(error) {\\r\\n        console.log(\'Error accessing camera: \', error);\\r\\n      });\\r\\n  <\\/script>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(924, 173, '_elementor_page_assets', 'a:0:{}'),
(933, 175, '_elementor_edit_mode', 'builder'),
(934, 175, '_elementor_template_type', 'wp-page'),
(935, 175, '_elementor_version', '3.14.1'),
(936, 175, '_wp_page_template', 'elementor_canvas'),
(937, 175, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(938, 175, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":{\"html\":\"  <style>\\r\\n    #videoElement {\\r\\n      width: 100%;\\r\\n      height: 150px;\\r\\n    }\\r\\n  <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n  <video autoplay=\\\"true\\\" id=\\\"videoElement\\\"><\\/video>\\r\\n\\r\\n  <script>\\r\\n    \\/\\/ Access the camera stream\\r\\n    navigator.mediaDevices.getUserMedia({ video: true })\\r\\n      .then(function(stream) {\\r\\n        var video = document.getElementById(\'videoElement\');\\r\\n        video.srcObject = stream;\\r\\n      })\\r\\n      .catch(function(error) {\\r\\n        console.log(\'Error accessing camera: \', error);\\r\\n      });\\r\\n  <\\/script>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(939, 175, '_elementor_page_assets', 'a:0:{}'),
(940, 175, '_elementor_css', 'a:6:{s:4:\"time\";i:1688832914;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(941, 176, '_elementor_edit_mode', 'builder'),
(942, 176, '_elementor_template_type', 'wp-page'),
(943, 176, '_elementor_version', '3.14.1'),
(944, 176, '_wp_page_template', 'elementor_canvas'),
(945, 176, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(946, 176, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":{\"html\":\"  <style>\\r\\n    #videoElement {\\r\\n      width: 100%;\\r\\n      height: 150px;\\r\\n    }\\r\\n  <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n  <video autoplay=\\\"true\\\" id=\\\"videoElement\\\"><\\/video>\\r\\n\\r\\n  <script>\\r\\n    \\/\\/ Access the camera stream\\r\\n    navigator.mediaDevices.getUserMedia({ video: true })\\r\\n      .then(function(stream) {\\r\\n        var video = document.getElementById(\'videoElement\');\\r\\n        video.srcObject = stream;\\r\\n      })\\r\\n      .catch(function(error) {\\r\\n        console.log(\'Error accessing camera: \', error);\\r\\n      });\\r\\n  <\\/script>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(947, 176, '_elementor_page_assets', 'a:0:{}'),
(948, 176, '_elementor_css', 'a:6:{s:4:\"time\";i:1688832914;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(949, 177, '_elementor_edit_mode', 'builder'),
(950, 177, '_elementor_template_type', 'wp-page'),
(951, 177, '_elementor_version', '3.14.1'),
(952, 177, '_wp_page_template', 'elementor_canvas'),
(953, 177, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(954, 177, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":{\"html\":\"  <style>\\r\\n    #videoElement {\\r\\n      width: 100%;\\r\\n      height: auto;\\r\\n    }\\r\\n  <\\/style>\\r\\n  <video id=\\\"videoElement\\\"><\\/video>\\r\\n  <button onclick=\\\"startVideo()\\\">Start Video<\\/button>\\r\\n\\r\\n  <script>\\r\\n    var video = document.getElementById(\'videoElement\');\\r\\n\\r\\n    function startVideo() {\\r\\n      \\/\\/ Access the camera stream\\r\\n      navigator.mediaDevices.getUserMedia({ video: true })\\r\\n        .then(function(stream) {\\r\\n          video.srcObject = stream;\\r\\n        })\\r\\n        .catch(function(error) {\\r\\n          console.log(\'Error accessing camera: \', error);\\r\\n        });\\r\\n    }\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(955, 177, '_elementor_page_assets', 'a:0:{}'),
(956, 177, '_elementor_css', 'a:6:{s:4:\"time\";i:1688832914;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(958, 178, '_elementor_edit_mode', 'builder'),
(959, 178, '_elementor_template_type', 'wp-page'),
(960, 178, '_elementor_version', '3.14.1'),
(961, 178, '_wp_page_template', 'elementor_canvas'),
(962, 178, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(963, 178, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":{\"html\":\"  <style>\\r\\n    #videoElement {\\r\\n      width: 100%;\\r\\n      height: auto;\\r\\n    }\\r\\n  <\\/style>\\r\\n  <video id=\\\"videoElement\\\"><\\/video>\\r\\n  <button onclick=\\\"startVideo()\\\">Start Video<\\/button>\\r\\n\\r\\n  <script>\\r\\n    var video = document.getElementById(\'videoElement\');\\r\\n\\r\\n    function startVideo() {\\r\\n      \\/\\/ Access the camera stream\\r\\n      navigator.mediaDevices.getUserMedia({ video: true })\\r\\n        .then(function(stream) {\\r\\n          video.srcObject = stream;\\r\\n        })\\r\\n        .catch(function(error) {\\r\\n          console.log(\'Error accessing camera: \', error);\\r\\n        });\\r\\n    }\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(964, 178, '_elementor_page_assets', 'a:0:{}'),
(965, 178, '_elementor_css', 'a:6:{s:4:\"time\";i:1688832997;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(966, 179, '_elementor_edit_mode', 'builder'),
(967, 179, '_elementor_template_type', 'wp-page'),
(968, 179, '_elementor_version', '3.14.1'),
(969, 179, '_wp_page_template', 'elementor_canvas'),
(970, 179, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(971, 179, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":{\"html\":\"  <style>\\r\\n    #videoElement {\\r\\n      width: 100%;\\r\\n      height: auto;\\r\\n    }\\r\\n  <\\/style>\\r\\n  <video id=\\\"videoElement\\\"><\\/video>\\r\\n  <button onclick=\\\"startVideo()\\\">Start Video<\\/button>\\r\\n\\r\\n  <script>\\r\\n    var video = document.getElementById(\'videoElement\');\\r\\n\\r\\n    function startVideo() {\\r\\n      \\/\\/ Access the camera stream\\r\\n      navigator.mediaDevices.getUserMedia({ video: true })\\r\\n        .then(function(stream) {\\r\\n          video.srcObject = stream;\\r\\n        })\\r\\n        .catch(function(error) {\\r\\n          console.log(\'Error accessing camera: \', error);\\r\\n        });\\r\\n    }\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(972, 179, '_elementor_page_assets', 'a:0:{}'),
(973, 179, '_elementor_css', 'a:6:{s:4:\"time\";i:1688832997;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(974, 180, '_elementor_edit_mode', 'builder'),
(975, 180, '_elementor_template_type', 'wp-page'),
(976, 180, '_elementor_version', '3.14.1'),
(977, 180, '_wp_page_template', 'elementor_canvas'),
(978, 180, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(979, 180, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":{\"html\":\" <video autoplay=\\\"true\\\" id=\\\"videoElement\\\"><\\/video>\\r\\n\\r\\n  <script>\\r\\n    var video = document.getElementById(\'videoElement\');\\r\\n\\r\\n    \\/\\/ Wait for the page to load\\r\\n    document.addEventListener(\'DOMContentLoaded\', function() {\\r\\n      \\/\\/ Access the camera stream\\r\\n      navigator.mediaDevices.getUserMedia({ video: true })\\r\\n        .then(function(stream) {\\r\\n          video.srcObject = stream;\\r\\n        })\\r\\n        .catch(function(error) {\\r\\n          console.log(\'Error accessing camera: \', error);\\r\\n        });\\r\\n    });\\r\\n  <\\/script>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(980, 180, '_elementor_page_assets', 'a:0:{}'),
(981, 180, '_elementor_css', 'a:6:{s:4:\"time\";i:1688832997;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(983, 181, '_elementor_edit_mode', 'builder'),
(984, 181, '_elementor_template_type', 'wp-page'),
(985, 181, '_elementor_version', '3.14.1'),
(986, 181, '_wp_page_template', 'elementor_canvas'),
(987, 181, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(988, 181, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":{\"html\":\" <video autoplay=\\\"true\\\" id=\\\"videoElement\\\"><\\/video>\\r\\n\\r\\n  <script>\\r\\n    var video = document.getElementById(\'videoElement\');\\r\\n\\r\\n    \\/\\/ Wait for the page to load\\r\\n    document.addEventListener(\'DOMContentLoaded\', function() {\\r\\n      \\/\\/ Access the camera stream\\r\\n      navigator.mediaDevices.getUserMedia({ video: true })\\r\\n        .then(function(stream) {\\r\\n          video.srcObject = stream;\\r\\n        })\\r\\n        .catch(function(error) {\\r\\n          console.log(\'Error accessing camera: \', error);\\r\\n        });\\r\\n    });\\r\\n  <\\/script>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(989, 181, '_elementor_page_assets', 'a:0:{}'),
(990, 181, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833058;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(991, 182, '_elementor_edit_mode', 'builder'),
(992, 182, '_elementor_template_type', 'wp-page'),
(993, 182, '_elementor_version', '3.14.1'),
(994, 182, '_wp_page_template', 'elementor_canvas'),
(995, 182, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(996, 182, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":{\"html\":\" <video autoplay=\\\"true\\\" id=\\\"videoElement\\\"><\\/video>\\r\\n\\r\\n  <script>\\r\\n    var video = document.getElementById(\'videoElement\');\\r\\n\\r\\n    \\/\\/ Wait for the page to load\\r\\n    document.addEventListener(\'DOMContentLoaded\', function() {\\r\\n      \\/\\/ Access the camera stream\\r\\n      navigator.mediaDevices.getUserMedia({ video: true })\\r\\n        .then(function(stream) {\\r\\n          video.srcObject = stream;\\r\\n        })\\r\\n        .catch(function(error) {\\r\\n          console.log(\'Error accessing camera: \', error);\\r\\n        });\\r\\n    });\\r\\n  <\\/script>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(997, 182, '_elementor_page_assets', 'a:0:{}'),
(998, 182, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833058;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(999, 183, '_elementor_edit_mode', 'builder'),
(1000, 183, '_elementor_template_type', 'wp-page'),
(1001, 183, '_elementor_version', '3.14.1'),
(1002, 183, '_wp_page_template', 'elementor_canvas'),
(1003, 183, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1004, 183, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <title>Camera Access<\\/title>\\r\\n  <style>\\r\\n    #videoElement {\\r\\n      width: 100%;\\r\\n      height: auto;\\r\\n    }\\r\\n  <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n  <h1>Camera Access Example<\\/h1>\\r\\n  <button onclick=\\\"requestCameraAccess()\\\">Request Camera Access<\\/button>\\r\\n  <video id=\\\"videoElement\\\"><\\/video>\\r\\n\\r\\n  <script>\\r\\n    var video = document.getElementById(\'videoElement\');\\r\\n\\r\\n    function requestCameraAccess() {\\r\\n      navigator.mediaDevices.getUserMedia({ video: true })\\r\\n        .then(function(stream) {\\r\\n          video.srcObject = stream;\\r\\n        })\\r\\n        .catch(function(error) {\\r\\n          console.log(\'Error accessing camera: \', error);\\r\\n        });\\r\\n    }\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(1005, 183, '_elementor_page_assets', 'a:0:{}'),
(1006, 183, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833058;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1008, 184, '_elementor_edit_mode', 'builder'),
(1009, 184, '_elementor_template_type', 'wp-page'),
(1010, 184, '_elementor_version', '3.14.1'),
(1011, 184, '_wp_page_template', 'elementor_canvas'),
(1012, 184, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1013, 184, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <title>Camera Access<\\/title>\\r\\n  <style>\\r\\n    #videoElement {\\r\\n      width: 100%;\\r\\n      height: auto;\\r\\n    }\\r\\n  <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n  <h1>Camera Access Example<\\/h1>\\r\\n  <button onclick=\\\"requestCameraAccess()\\\">Request Camera Access<\\/button>\\r\\n  <video id=\\\"videoElement\\\"><\\/video>\\r\\n\\r\\n  <script>\\r\\n    var video = document.getElementById(\'videoElement\');\\r\\n\\r\\n    function requestCameraAccess() {\\r\\n      navigator.mediaDevices.getUserMedia({ video: true })\\r\\n        .then(function(stream) {\\r\\n          video.srcObject = stream;\\r\\n        })\\r\\n        .catch(function(error) {\\r\\n          console.log(\'Error accessing camera: \', error);\\r\\n        });\\r\\n    }\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(1014, 184, '_elementor_page_assets', 'a:0:{}'),
(1015, 184, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833091;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1016, 185, '_elementor_edit_mode', 'builder'),
(1017, 185, '_elementor_template_type', 'wp-page'),
(1018, 185, '_elementor_version', '3.14.1'),
(1019, 185, '_wp_page_template', 'elementor_canvas'),
(1020, 185, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1021, 185, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n  <title>Camera Access<\\/title>\\r\\n  <style>\\r\\n    #videoElement {\\r\\n      width: 100%;\\r\\n      height: auto;\\r\\n    }\\r\\n  <\\/style>\\r\\n<\\/head>\\r\\n<body>\\r\\n  <h1>Camera Access Example<\\/h1>\\r\\n  <button onclick=\\\"requestCameraAccess()\\\">Request Camera Access<\\/button>\\r\\n  <video id=\\\"videoElement\\\"><\\/video>\\r\\n\\r\\n  <script>\\r\\n    var video = document.getElementById(\'videoElement\');\\r\\n\\r\\n    function requestCameraAccess() {\\r\\n      navigator.mediaDevices.getUserMedia({ video: true })\\r\\n        .then(function(stream) {\\r\\n          video.srcObject = stream;\\r\\n        })\\r\\n        .catch(function(error) {\\r\\n          console.log(\'Error accessing camera: \', error);\\r\\n        });\\r\\n    }\\r\\n  <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(1022, 185, '_elementor_page_assets', 'a:0:{}'),
(1023, 185, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833091;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1024, 186, '_elementor_edit_mode', 'builder'),
(1025, 186, '_elementor_template_type', 'wp-page'),
(1026, 186, '_elementor_version', '3.14.1'),
(1027, 186, '_wp_page_template', 'elementor_canvas'),
(1028, 186, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1029, 186, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(1030, 186, '_elementor_page_assets', 'a:0:{}'),
(1031, 186, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833091;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1033, 187, '_elementor_edit_mode', 'builder'),
(1034, 187, '_elementor_template_type', 'wp-page'),
(1035, 187, '_elementor_version', '3.14.1'),
(1036, 187, '_wp_page_template', 'elementor_canvas'),
(1037, 187, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1038, 187, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(1039, 187, '_elementor_page_assets', 'a:0:{}'),
(1040, 187, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833100;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1041, 188, '_elementor_edit_mode', 'builder'),
(1042, 188, '_elementor_template_type', 'wp-page'),
(1043, 188, '_elementor_version', '3.14.1'),
(1044, 188, '_wp_page_template', 'elementor_canvas'),
(1045, 188, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1046, 188, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab9dd27\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(1047, 188, '_elementor_page_assets', 'a:0:{}'),
(1048, 188, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833100;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1049, 189, '_elementor_edit_mode', 'builder'),
(1050, 189, '_elementor_template_type', 'wp-page'),
(1051, 189, '_elementor_version', '3.14.1'),
(1052, 189, '_wp_page_template', 'elementor_canvas'),
(1053, 189, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1054, 189, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(1055, 189, '_elementor_page_assets', 'a:0:{}'),
(1056, 189, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833100;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1058, 190, '_elementor_edit_mode', 'builder'),
(1059, 190, '_elementor_template_type', 'wp-page'),
(1060, 190, '_elementor_version', '3.14.1'),
(1061, 190, '_wp_page_template', 'elementor_canvas'),
(1062, 190, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1063, 190, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(1064, 190, '_elementor_page_assets', 'a:0:{}'),
(1065, 190, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833105;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1066, 191, '_elementor_edit_mode', 'builder'),
(1067, 191, '_elementor_template_type', 'wp-page'),
(1068, 191, '_elementor_version', '3.14.1'),
(1069, 191, '_wp_page_template', 'elementor_canvas'),
(1070, 191, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1071, 191, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(1072, 191, '_elementor_page_assets', 'a:0:{}'),
(1073, 191, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833105;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1074, 192, '_elementor_edit_mode', 'builder'),
(1075, 192, '_elementor_template_type', 'wp-page'),
(1076, 192, '_elementor_version', '3.14.1'),
(1077, 192, '_wp_page_template', 'elementor_canvas'),
(1078, 192, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1079, 192, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a3f16f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"b94ac69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b6ada2\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0014c85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"f284410\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5e05f3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8a74550\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-microphone\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a314258\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bef10cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-slash\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e4463e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#0013FF\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"aacc294\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1080, 192, '_elementor_page_assets', 'a:0:{}'),
(1081, 192, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833105;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1092, 194, '_elementor_edit_mode', 'builder'),
(1093, 194, '_elementor_template_type', 'wp-page'),
(1094, 194, '_elementor_version', '3.14.1'),
(1095, 194, '_wp_page_template', 'elementor_canvas'),
(1096, 194, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1097, 194, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a3f16f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"b94ac69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b6ada2\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0014c85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"f284410\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5e05f3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8a74550\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-microphone\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a314258\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bef10cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-slash\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e4463e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#0013FF\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"aacc294\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1098, 194, '_elementor_page_assets', 'a:0:{}'),
(1099, 194, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833462;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:3;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1100, 195, '_elementor_edit_mode', 'builder'),
(1101, 195, '_elementor_template_type', 'wp-page'),
(1102, 195, '_elementor_version', '3.14.1'),
(1103, 195, '_wp_page_template', 'elementor_canvas'),
(1104, 195, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1105, 195, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a3f16f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"b94ac69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b6ada2\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0014c85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"f284410\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5e05f3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8a74550\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-microphone\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a314258\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bef10cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-slash\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e4463e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#0013FF\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"aacc294\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1106, 195, '_elementor_page_assets', 'a:0:{}'),
(1107, 195, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833462;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:3;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1108, 196, '_elementor_edit_mode', 'builder'),
(1109, 196, '_elementor_template_type', 'wp-page'),
(1110, 196, '_elementor_version', '3.14.1'),
(1111, 196, '_wp_page_template', 'elementor_canvas'),
(1112, 196, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1113, 196, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":293}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a3f16f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"b94ac69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b6ada2\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0014c85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"f284410\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5e05f3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8a74550\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-microphone\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a314258\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bef10cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-slash\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e4463e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#0013FF\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"aacc294\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1114, 196, '_elementor_page_assets', 'a:0:{}'),
(1115, 196, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833462;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:3;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1120, 198, '_elementor_edit_mode', 'builder'),
(1121, 198, '_elementor_template_type', 'wp-page'),
(1122, 198, '_elementor_version', '3.14.1'),
(1123, 198, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1124, 198, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1125, 198, '_elementor_page_assets', 'a:0:{}'),
(1126, 198, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1127, 198, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826929;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1128, 199, '_elementor_edit_mode', 'builder'),
(1129, 199, '_elementor_template_type', 'wp-page'),
(1130, 199, '_elementor_version', '3.14.1'),
(1131, 199, '_wp_page_template', 'elementor_canvas'),
(1132, 199, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1133, 199, '_elementor_page_assets', 'a:0:{}'),
(1134, 199, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1135, 199, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826929;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1136, 200, '_elementor_edit_mode', 'builder'),
(1137, 200, '_elementor_template_type', 'wp-page'),
(1138, 200, '_elementor_version', '3.14.1'),
(1139, 200, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1140, 200, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #2d93ff;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1141, 200, '_elementor_page_assets', 'a:0:{}'),
(1142, 200, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1143, 200, '_elementor_css', 'a:6:{s:4:\"time\";i:1688826929;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1145, 201, '_elementor_edit_mode', 'builder'),
(1146, 201, '_elementor_template_type', 'wp-page'),
(1147, 201, '_elementor_version', '3.14.1'),
(1148, 201, '_wp_page_template', 'elementor_canvas'),
(1149, 201, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #2d93ff;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1150, 201, '_elementor_page_assets', 'a:0:{}'),
(1151, 201, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1152, 201, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833752;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1153, 202, '_elementor_edit_mode', 'builder'),
(1154, 202, '_elementor_template_type', 'wp-page'),
(1155, 202, '_elementor_version', '3.14.1'),
(1156, 202, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1157, 202, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #2d93ff;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1158, 202, '_elementor_page_assets', 'a:0:{}'),
(1159, 202, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1160, 202, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833752;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1161, 203, '_elementor_edit_mode', 'builder'),
(1162, 203, '_elementor_template_type', 'wp-page'),
(1163, 203, '_elementor_version', '3.14.1'),
(1164, 203, '_wp_page_template', 'elementor_canvas'),
(1165, 203, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1166, 203, '_elementor_page_assets', 'a:0:{}'),
(1167, 203, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1168, 203, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833752;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1170, 204, '_elementor_edit_mode', 'builder'),
(1171, 204, '_elementor_template_type', 'wp-page'),
(1172, 204, '_elementor_version', '3.14.1'),
(1173, 204, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1174, 204, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1175, 204, '_elementor_page_assets', 'a:0:{}'),
(1176, 204, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1177, 204, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833760;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1178, 205, '_elementor_edit_mode', 'builder'),
(1179, 205, '_elementor_template_type', 'wp-page'),
(1180, 205, '_elementor_version', '3.14.1'),
(1181, 205, '_wp_page_template', 'elementor_canvas'),
(1182, 205, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1183, 205, '_elementor_page_assets', 'a:0:{}'),
(1184, 205, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1185, 205, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833760;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1186, 206, '_elementor_edit_mode', 'builder'),
(1187, 206, '_elementor_template_type', 'wp-page'),
(1188, 206, '_elementor_version', '3.14.1'),
(1189, 206, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1190, 206, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1191, 206, '_elementor_page_assets', 'a:0:{}'),
(1192, 206, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1193, 206, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833760;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1195, 207, '_elementor_edit_mode', 'builder'),
(1196, 207, '_elementor_template_type', 'wp-page'),
(1197, 207, '_elementor_version', '3.14.1'),
(1198, 207, '_wp_page_template', 'elementor_canvas'),
(1199, 207, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1200, 207, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a847690\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ea7fb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select  a Girl To Start Video Call\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9642c56\",\"elType\":\"widget\",\"settings\":{\"title\":\"&copy Copyright CallNow\",\"header_size\":\"p\",\"align_mobile\":\"center\",\"title_color\":\"#FDFDFD\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(1201, 207, '_elementor_page_assets', 'a:0:{}'),
(1202, 207, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833638;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1203, 208, '_elementor_edit_mode', 'builder'),
(1204, 208, '_elementor_template_type', 'wp-page'),
(1205, 208, '_elementor_version', '3.14.1'),
(1206, 208, '_wp_page_template', 'elementor_canvas'),
(1207, 208, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1208, 208, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a847690\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ea7fb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select  a Girl To Start Video Call\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9642c56\",\"elType\":\"widget\",\"settings\":{\"title\":\"&copy Copyright CallNow\",\"header_size\":\"p\",\"align_mobile\":\"center\",\"title_color\":\"#FDFDFD\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(1209, 208, '_elementor_page_assets', 'a:0:{}'),
(1210, 208, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833638;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1211, 209, '_elementor_edit_mode', 'builder'),
(1212, 209, '_elementor_template_type', 'wp-page'),
(1213, 209, '_elementor_version', '3.14.1'),
(1214, 209, '_wp_page_template', 'elementor_canvas'),
(1215, 209, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1216, 209, '_elementor_data', '[{\"id\":\"a56ac1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"45d3391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d7419d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf83e9e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"a9b2f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a847690\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7ea7fb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select  a Girl To Start Video Call\",\"header_size\":\"h3\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a740c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b3611d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ab78b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_10.webp\",\"id\":113,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b0b556\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8917781\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.webp\",\"id\":111,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"99f9a90\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"de86e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37a6c2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"48000b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"07a8daf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_8.webp\",\"id\":109,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2df904c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"11fa707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_7.webp\",\"id\":107,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5982201\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"3131f45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aaee7b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c42e0ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"27f30e9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_6.webp\",\"id\":105,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a4a66f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"17fac75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_5.webp\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2f77db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"00d1539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86e1146\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cef2fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"28edf8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_4.webp\",\"id\":101,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"569b916\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"fbf4950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9de360\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"d0e9629\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a28e7d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dbd71f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1c714ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_2.webp\",\"id\":97,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4128e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6293807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_3.webp\",\"id\":99,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad5d6df\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"f3f7774\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec20496\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b7cbb95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"9772e59\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/aa1.webp\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"425dccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"8df574b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a16.webp\",\"id\":92,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e9d6a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"84849f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d08a1f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ca842b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"dac0418\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a15.webp\",\"id\":91,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf51395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c9e805\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a14.webp\",\"id\":90,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d07fed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"shape_divider_bottom\":\"drops\"},\"elements\":[{\"id\":\"08c2485\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a93c8fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6777938\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d58b0c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a13.webp\",\"id\":89,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fb24a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4b8a8cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/a12.webp\",\"id\":88,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/video-call-started\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde44f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#242424\"},\"elements\":[{\"id\":\"c9cff8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9642c56\",\"elType\":\"widget\",\"settings\":{\"title\":\"&copy Copyright CallNow\",\"header_size\":\"p\",\"align_mobile\":\"center\",\"title_color\":\"#FDFDFD\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(1217, 209, '_elementor_page_assets', 'a:0:{}'),
(1218, 209, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833638;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1219, 210, '_edit_lock', '1688834598:1'),
(1220, 210, '_elementor_edit_mode', 'builder'),
(1221, 210, '_elementor_template_type', 'wp-page'),
(1222, 210, '_elementor_version', '3.14.1'),
(1223, 210, '_wp_page_template', 'elementor_canvas'),
(1224, 210, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1225, 210, '_elementor_data', '[{\"id\":\"1c68706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4063d64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c85e4b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"103af54\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"076\",\"right\":\"0\",\"bottom\":\"76\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2803068\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"008ac69\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9e580b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets_mobile\":0,\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e43fe1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unexpected Error Occured\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b9524\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"08307dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We apologize for the inconvenience, but it appears that your internet connection is currently experiencing slowness. This may result in delayed or incomplete loading of the requested content. Use the below given \\\"Try Again\\\" button to start again<\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8248c6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2d1025b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e6aae0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Try Again\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"background_color\":\"#19375C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1226, 210, '_elementor_page_assets', 'a:0:{}'),
(1227, 212, '_elementor_edit_mode', 'builder'),
(1228, 212, '_elementor_template_type', 'wp-page'),
(1229, 212, '_elementor_version', '3.14.1'),
(1230, 212, '_wp_page_template', 'elementor_canvas'),
(1231, 212, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1232, 212, '_elementor_data', '[]'),
(1233, 212, '_elementor_page_assets', 'a:0:{}'),
(1234, 213, '_elementor_edit_mode', 'builder'),
(1235, 213, '_elementor_template_type', 'wp-page'),
(1236, 213, '_elementor_version', '3.14.1'),
(1237, 213, '_wp_page_template', 'elementor_canvas'),
(1238, 213, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1239, 213, '_elementor_data', '[]'),
(1240, 213, '_elementor_page_assets', 'a:0:{}'),
(1241, 214, '_elementor_edit_mode', 'builder'),
(1242, 214, '_elementor_template_type', 'wp-page'),
(1243, 214, '_elementor_version', '3.14.1'),
(1244, 214, '_wp_page_template', 'elementor_canvas'),
(1245, 214, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1246, 214, '_elementor_data', '[{\"id\":\"1c68706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4063d64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c85e4b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"103af54\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"076\",\"right\":\"0\",\"bottom\":\"76\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2803068\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"008ac69\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9e580b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets_mobile\":0,\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e43fe1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unexpected Error Occured\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b9524\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"08307dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We apologize for the inconvenience, but it appears that your internet connection is currently experiencing slowness. This may result in delayed or incomplete loading of the requested content. Use the below given \\\"Try Again\\\" button to start again<\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8248c6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2d1025b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e6aae0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Try Again\",\"align_mobile\":\"center\",\"background_color\":\"#19375C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1247, 214, '_elementor_page_assets', 'a:0:{}'),
(1248, 215, '_elementor_edit_mode', 'builder'),
(1249, 215, '_elementor_template_type', 'wp-page'),
(1250, 215, '_elementor_version', '3.14.1'),
(1251, 215, '_wp_page_template', 'elementor_canvas'),
(1252, 215, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1253, 215, '_elementor_data', '[{\"id\":\"1c68706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4063d64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c85e4b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"103af54\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"076\",\"right\":\"0\",\"bottom\":\"76\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2803068\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"008ac69\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9e580b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets_mobile\":0,\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e43fe1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unexpected Error Occured\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b9524\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"08307dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We apologize for the inconvenience, but it appears that your internet connection is currently experiencing slowness. This may result in delayed or incomplete loading of the requested content. Use the below given \\\"Try Again\\\" button to start again<\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8248c6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2d1025b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e6aae0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Try Again\",\"align_mobile\":\"center\",\"background_color\":\"#19375C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1254, 215, '_elementor_page_assets', 'a:0:{}'),
(1255, 216, '_elementor_edit_mode', 'builder'),
(1256, 216, '_elementor_template_type', 'wp-page'),
(1257, 216, '_elementor_version', '3.14.1'),
(1258, 216, '_wp_page_template', 'elementor_canvas'),
(1259, 216, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1260, 216, '_elementor_data', '[{\"id\":\"1c68706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4063d64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c85e4b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"103af54\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"076\",\"right\":\"0\",\"bottom\":\"76\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2803068\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"008ac69\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9e580b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets_mobile\":0,\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e43fe1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unexpected Error Occured\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b9524\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"08307dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We apologize for the inconvenience, but it appears that your internet connection is currently experiencing slowness. This may result in delayed or incomplete loading of the requested content. Use the below given \\\"Try Again\\\" button to start again<\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8248c6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2d1025b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e6aae0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Try Again\",\"align_mobile\":\"center\",\"background_color\":\"#19375C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1261, 216, '_elementor_page_assets', 'a:0:{}'),
(1262, 217, '_elementor_edit_mode', 'builder'),
(1263, 217, '_elementor_template_type', 'wp-page'),
(1264, 217, '_elementor_version', '3.14.1'),
(1265, 217, '_wp_page_template', 'elementor_canvas'),
(1266, 217, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1267, 217, '_elementor_data', '[{\"id\":\"1c68706\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4063d64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c85e4b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"103af54\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"076\",\"right\":\"0\",\"bottom\":\"76\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2803068\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"008ac69\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9e580b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets_mobile\":0,\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e43fe1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unexpected Error Occured\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b9524\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"08307dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We apologize for the inconvenience, but it appears that your internet connection is currently experiencing slowness. This may result in delayed or incomplete loading of the requested content. Use the below given \\\"Try Again\\\" button to start again<\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8248c6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2d1025b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e6aae0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Try Again\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"background_color\":\"#19375C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1268, 217, '_elementor_page_assets', 'a:0:{}'),
(1269, 210, '_elementor_css', 'a:6:{s:4:\"time\";i:1688834353;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}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:\"\";}'),
(1270, 218, '_elementor_edit_mode', 'builder'),
(1271, 218, '_elementor_template_type', 'wp-page'),
(1272, 218, '_elementor_version', '3.14.1'),
(1273, 218, '_wp_page_template', 'elementor_canvas'),
(1274, 218, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1275, 218, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":293}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a3f16f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"b94ac69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b6ada2\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0014c85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"f284410\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5e05f3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8a74550\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-microphone\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a314258\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bef10cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-slash\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e4463e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#0013FF\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"aacc294\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1276, 218, '_elementor_page_assets', 'a:0:{}'),
(1277, 218, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833535;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:3;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1278, 219, '_elementor_edit_mode', 'builder'),
(1279, 219, '_elementor_template_type', 'wp-page'),
(1280, 219, '_elementor_version', '3.14.1'),
(1281, 219, '_wp_page_template', 'elementor_canvas'),
(1282, 219, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1283, 219, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":293}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a3f16f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"b94ac69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b6ada2\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0014c85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"f284410\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5e05f3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8a74550\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-microphone\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a314258\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bef10cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-slash\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e4463e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#0013FF\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"aacc294\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1284, 219, '_elementor_page_assets', 'a:0:{}'),
(1285, 219, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833535;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:3;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1286, 220, '_elementor_edit_mode', 'builder'),
(1287, 220, '_elementor_template_type', 'wp-page'),
(1288, 220, '_elementor_version', '3.14.1'),
(1289, 220, '_wp_page_template', 'elementor_canvas'),
(1290, 220, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1291, 220, '_elementor_data', '[{\"id\":\"2ed3695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f02e39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fee9824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cb27\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"16af156\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"403887f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call Started!\",\"header_size\":\"h4\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54e9390\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#19375C\"},\"elements\":[{\"id\":\"3bc7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"24e609d\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_9.mp4\",\"id\":110,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":293}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a3f16f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"b94ac69\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b6ada2\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0014c85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"f284410\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/error\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5e05f3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8a74550\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-microphone\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/error\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a314258\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#FF0000\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bef10cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-slash\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/error\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e4463e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":25,\"background_background\":\"classic\",\"background_color\":\"#0013FF\",\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"31\",\"bottom\":\"31\",\"left\":\"31\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"aacc294\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"primary_color\":\"#FFFFFF\",\"size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/error\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7233e6e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"145ccca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3be0e62\",\"elType\":\"widget\",\"settings\":{\"html\":\"    <script>\\r\\n      setTimeout(function() {\\r\\n        window.location.href = \'https:\\/\\/diginspire.in\\/dartsp\\/error\\/\';\\r\\n      }, 20000); \\/\\/ 20 seconds delay in milliseconds\\r\\n    <\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),
(1292, 220, '_elementor_page_assets', 'a:0:{}'),
(1293, 220, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833535;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:3;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1294, 155, '_elementor_css', 'a:6:{s:4:\"time\";i:1688834527;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1295, 169, '_elementor_css', 'a:6:{s:4:\"time\";i:1688834535;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:3;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1296, 221, '_elementor_edit_mode', 'builder'),
(1297, 221, '_elementor_template_type', 'page'),
(1298, 221, '_elementor_version', '3.14.1'),
(1299, 222, '_elementor_edit_mode', 'builder'),
(1300, 222, '_elementor_template_type', 'page'),
(1301, 222, '_elementor_version', '3.14.1'),
(1302, 221, '_wp_page_template', 'elementor_canvas'),
(1303, 221, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1304, 221, '_elementor_data', '[{\"id\":\"7517b03a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"38a31f27\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"322cb470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0abf01\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"140631c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"293b10dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"620f498c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7649b55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1791d4cd\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142bf1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"3a5bc33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"56dbd6c8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"306a115b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"35bce34a\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ae1222f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9903bc4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"548e2ca2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"475f10cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"57b433fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2132bbb5\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12710fa2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"40f6d883\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4f99b001\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1305, 223, '_elementor_edit_mode', 'builder'),
(1306, 223, '_elementor_template_type', 'page'),
(1307, 223, '_elementor_version', '3.14.1'),
(1308, 223, '_wp_page_template', 'elementor_canvas'),
(1309, 223, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1310, 223, '_elementor_data', '[{\"id\":\"7517b03a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"38a31f27\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"322cb470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0abf01\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"140631c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"293b10dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"620f498c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7649b55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1791d4cd\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142bf1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"3a5bc33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"56dbd6c8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"306a115b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"35bce34a\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ae1222f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9903bc4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"548e2ca2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"475f10cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"57b433fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2132bbb5\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12710fa2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"40f6d883\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4f99b001\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1311, 221, '_elementor_page_assets', 'a:0:{}'),
(1312, 224, '_elementor_edit_mode', 'builder'),
(1313, 224, '_elementor_template_type', 'wp-page'),
(1314, 224, '_elementor_version', '3.14.1'),
(1315, 224, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1316, 224, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1317, 224, '_elementor_page_assets', 'a:0:{}'),
(1318, 224, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1319, 224, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833811;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1320, 225, '_elementor_edit_mode', 'builder'),
(1321, 225, '_elementor_template_type', 'wp-page'),
(1322, 225, '_elementor_version', '3.14.1'),
(1323, 225, '_wp_page_template', 'elementor_canvas'),
(1324, 225, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1325, 225, '_elementor_page_assets', 'a:0:{}'),
(1326, 225, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1327, 225, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833811;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1328, 226, '_elementor_edit_mode', 'builder'),
(1329, 226, '_elementor_template_type', 'wp-page'),
(1330, 226, '_elementor_version', '3.14.1'),
(1331, 226, '_wp_page_template', 'elementor_canvas'),
(1332, 226, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1333, 226, '_elementor_page_assets', 'a:0:{}'),
(1334, 226, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1335, 226, '_elementor_css', 'a:6:{s:4:\"time\";i:1688833811;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1336, 227, '_edit_lock', '1688964828:1'),
(1337, 227, '_elementor_edit_mode', 'builder'),
(1338, 227, '_elementor_template_type', 'wp-page'),
(1339, 227, '_elementor_version', '3.14.1'),
(1340, 227, '_wp_page_template', 'elementor_canvas'),
(1341, 227, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1342, 227, '_elementor_data', '[{\"id\":\"6c76ef9c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42a82560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0a702\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b7bd8a1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1db6e269\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1b5385\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47ea37bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD8C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc3801e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68a90d80\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Age<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-3\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63dfdb3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"60c916ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b68791c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbaacf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"61a25c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18282735\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d2bc7bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69107fcf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"2fece26f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f9fe45e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63ffdc72\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a9df92\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"71eafd63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c79d105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1343, 227, '_elementor_page_assets', 'a:0:{}'),
(1345, 229, '_elementor_edit_mode', 'builder'),
(1346, 229, '_elementor_template_type', 'wp-page'),
(1347, 229, '_elementor_version', '3.14.1'),
(1348, 229, '_wp_page_template', 'elementor_canvas'),
(1349, 229, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1350, 229, '_elementor_data', '[{\"id\":\"6c76ef9c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42a82560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0a702\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b7bd8a1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1db6e269\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1b5385\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47ea37bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc3801e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68a90d80\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63dfdb3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"60c916ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b68791c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbaacf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"61a25c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18282735\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d2bc7bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69107fcf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"2fece26f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f9fe45e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63ffdc72\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a9df92\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"71eafd63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c79d105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1351, 229, '_elementor_page_assets', 'a:0:{}'),
(1352, 230, '_elementor_edit_mode', 'builder'),
(1353, 230, '_elementor_template_type', 'wp-page'),
(1354, 230, '_elementor_version', '3.14.1'),
(1355, 230, '_wp_page_template', 'elementor_canvas'),
(1356, 230, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1357, 230, '_elementor_data', '[{\"id\":\"6c76ef9c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42a82560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0a702\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b7bd8a1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1db6e269\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1b5385\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47ea37bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc3801e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68a90d80\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63dfdb3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"60c916ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b68791c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbaacf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"61a25c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18282735\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d2bc7bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69107fcf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"2fece26f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f9fe45e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63ffdc72\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a9df92\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"71eafd63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c79d105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1358, 230, '_elementor_page_assets', 'a:0:{}'),
(1359, 231, '_elementor_edit_mode', 'builder'),
(1360, 231, '_elementor_template_type', 'wp-page'),
(1361, 231, '_elementor_version', '3.14.1'),
(1362, 231, '_wp_page_template', 'elementor_canvas'),
(1363, 231, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1364, 231, '_elementor_data', '[{\"id\":\"6c76ef9c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42a82560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0a702\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b7bd8a1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1db6e269\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1b5385\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47ea37bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc3801e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68a90d80\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63dfdb3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"60c916ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b68791c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbaacf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"61a25c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18282735\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d2bc7bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69107fcf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"2fece26f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f9fe45e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63ffdc72\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a9df92\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"71eafd63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c79d105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1365, 231, '_elementor_page_assets', 'a:0:{}'),
(1366, 232, '_edit_lock', '1688962550:1'),
(1367, 232, '_elementor_edit_mode', 'builder'),
(1368, 232, '_elementor_template_type', 'wp-page'),
(1369, 232, '_elementor_version', '3.14.1'),
(1370, 232, '_wp_page_template', 'elementor_canvas'),
(1371, 232, '_elementor_data', '[{\"id\":\"6fe6bec2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42ca03f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69a62b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcadd1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"7ec8ab32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25665546\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70e666f5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD8C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6568b7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4aeb7043\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Gender<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-4\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf9640\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"4aae672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4dc3d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d66000c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5d3c1a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46cf4160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"da4cd1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa1012\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"7583b12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c99831b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"174f47f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27bd7bdf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"64aabb4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3927ceef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1372, 232, '_elementor_page_assets', 'a:0:{}'),
(1373, 232, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1374, 234, '_elementor_edit_mode', 'builder'),
(1375, 234, '_elementor_template_type', 'wp-page'),
(1376, 234, '_elementor_version', '3.14.1'),
(1377, 234, '_wp_page_template', 'elementor_canvas'),
(1378, 234, '_elementor_data', '[{\"id\":\"6fe6bec2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42ca03f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69a62b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcadd1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"7ec8ab32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25665546\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70e666f5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6568b7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4aeb7043\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf9640\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"4aae672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4dc3d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d66000c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5d3c1a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46cf4160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"da4cd1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa1012\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"7583b12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c99831b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"174f47f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27bd7bdf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"64aabb4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3927ceef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1379, 234, '_elementor_page_assets', 'a:0:{}'),
(1380, 234, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1381, 235, '_elementor_edit_mode', 'builder'),
(1382, 235, '_elementor_template_type', 'wp-page'),
(1383, 235, '_elementor_version', '3.14.1'),
(1384, 235, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1385, 235, '_elementor_data', '[{\"id\":\"6fe6bec2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42ca03f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69a62b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcadd1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"7ec8ab32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25665546\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70e666f5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6568b7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4aeb7043\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf9640\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"4aae672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4dc3d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d66000c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5d3c1a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46cf4160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"da4cd1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa1012\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"7583b12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c99831b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"174f47f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27bd7bdf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"64aabb4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3927ceef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1386, 235, '_elementor_page_assets', 'a:0:{}'),
(1387, 235, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1388, 236, '_elementor_edit_mode', 'builder'),
(1389, 236, '_elementor_template_type', 'wp-page'),
(1390, 236, '_elementor_version', '3.14.1'),
(1391, 236, '_wp_page_template', 'elementor_canvas'),
(1392, 236, '_elementor_data', '[{\"id\":\"6fe6bec2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42ca03f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69a62b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcadd1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"7ec8ab32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25665546\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70e666f5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6568b7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4aeb7043\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf9640\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"4aae672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4dc3d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d66000c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5d3c1a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46cf4160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"da4cd1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa1012\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"7583b12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c99831b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"174f47f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27bd7bdf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"64aabb4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3927ceef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1393, 236, '_elementor_page_assets', 'a:0:{}'),
(1394, 236, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1395, 237, '_edit_lock', '1688964828:1'),
(1396, 237, '_elementor_edit_mode', 'builder'),
(1397, 237, '_elementor_template_type', 'wp-page'),
(1398, 237, '_elementor_version', '3.14.1'),
(1399, 237, '_wp_page_template', 'elementor_canvas'),
(1400, 237, '_elementor_data', '[{\"id\":\"7d2e10ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"640b43b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be67818\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36253a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"25c22089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b05cf72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e8d8606\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD8C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50aa5d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a2b1412\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Marital Status<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-5\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f0077b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"6985e680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18242130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c077cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3be43f1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"261f142b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d8c71c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41fb251b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c31164f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4af7a991\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48a1a253\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"127e12f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"27c89b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c490445\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1401, 237, '_elementor_page_assets', 'a:0:{}'),
(1402, 237, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1403, 239, '_elementor_edit_mode', 'builder'),
(1404, 239, '_elementor_template_type', 'wp-page'),
(1405, 239, '_elementor_version', '3.14.1'),
(1406, 239, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1407, 239, '_elementor_data', '[{\"id\":\"7d2e10ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"640b43b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be67818\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36253a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"25c22089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b05cf72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e8d8606\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50aa5d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a2b1412\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f0077b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"6985e680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18242130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c077cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3be43f1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"261f142b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d8c71c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41fb251b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c31164f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4af7a991\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48a1a253\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"127e12f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"27c89b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c490445\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1408, 239, '_elementor_page_assets', 'a:0:{}'),
(1409, 239, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1410, 240, '_elementor_edit_mode', 'builder'),
(1411, 240, '_elementor_template_type', 'wp-page'),
(1412, 240, '_elementor_version', '3.14.1'),
(1413, 240, '_wp_page_template', 'elementor_canvas'),
(1414, 240, '_elementor_data', '[{\"id\":\"7d2e10ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"640b43b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be67818\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36253a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"25c22089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b05cf72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e8d8606\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50aa5d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a2b1412\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f0077b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"6985e680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18242130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c077cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3be43f1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"261f142b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d8c71c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41fb251b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c31164f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4af7a991\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48a1a253\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"127e12f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"27c89b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c490445\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1415, 240, '_elementor_page_assets', 'a:0:{}'),
(1416, 240, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1417, 241, '_elementor_edit_mode', 'builder'),
(1418, 241, '_elementor_template_type', 'wp-page'),
(1419, 241, '_elementor_version', '3.14.1'),
(1420, 241, '_wp_page_template', 'elementor_canvas'),
(1421, 241, '_elementor_data', '[{\"id\":\"7d2e10ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"640b43b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be67818\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36253a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"25c22089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b05cf72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e8d8606\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50aa5d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a2b1412\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f0077b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"6985e680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18242130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c077cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3be43f1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"261f142b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d8c71c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41fb251b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c31164f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4af7a991\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48a1a253\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"127e12f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"27c89b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c490445\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1422, 241, '_elementor_page_assets', 'a:0:{}'),
(1423, 241, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1424, 242, '_edit_lock', '1688964996:1'),
(1425, 242, '_elementor_edit_mode', 'builder'),
(1426, 242, '_elementor_template_type', 'wp-page'),
(1427, 242, '_elementor_version', '3.14.1'),
(1428, 242, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1429, 242, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD8C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-6\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1430, 242, '_elementor_page_assets', 'a:0:{}'),
(1431, 242, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1432, 244, '_elementor_edit_mode', 'builder'),
(1433, 244, '_elementor_template_type', 'wp-page'),
(1434, 244, '_elementor_version', '3.14.1'),
(1435, 244, '_wp_page_template', 'elementor_canvas'),
(1436, 244, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1437, 244, '_elementor_page_assets', 'a:0:{}'),
(1438, 244, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1439, 245, '_elementor_edit_mode', 'builder'),
(1440, 245, '_elementor_template_type', 'wp-page'),
(1441, 245, '_elementor_version', '3.14.1'),
(1442, 245, '_wp_page_template', 'elementor_canvas'),
(1443, 245, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1444, 245, '_elementor_page_assets', 'a:0:{}'),
(1445, 245, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1446, 246, '_elementor_edit_mode', 'builder'),
(1447, 246, '_elementor_template_type', 'wp-page'),
(1448, 246, '_elementor_version', '3.14.1'),
(1449, 246, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1450, 246, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1451, 246, '_elementor_page_assets', 'a:0:{}'),
(1452, 246, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1453, 247, '_edit_lock', '1688965437:1'),
(1454, 247, '_elementor_edit_mode', 'builder'),
(1455, 247, '_elementor_template_type', 'wp-page'),
(1456, 247, '_elementor_version', '3.14.1'),
(1457, 247, '_wp_page_template', 'elementor_canvas'),
(1458, 247, '_elementor_data', '[{\"id\":\"3341b301\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"32fa1a83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94030f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ab98562\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"61f61669\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"12fbc09c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b884b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD8C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a2301f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5adfc8dc\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52250218\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"471caf78\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"223d085\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"349d05f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2ed2cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49f4b3b6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51b0c8e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"467464c1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1dea5015\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f6ef1c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"159632f7\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a5b0ab\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"e51b7ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ed252d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1459, 247, '_elementor_page_assets', 'a:0:{}'),
(1460, 247, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1461, 249, '_elementor_edit_mode', 'builder'),
(1462, 249, '_elementor_template_type', 'wp-page'),
(1463, 249, '_elementor_version', '3.14.1'),
(1464, 249, '_wp_page_template', 'elementor_canvas'),
(1465, 249, '_elementor_data', '[{\"id\":\"3341b301\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"32fa1a83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94030f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ab98562\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"61f61669\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"12fbc09c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b884b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a2301f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5adfc8dc\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52250218\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"471caf78\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"223d085\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"349d05f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2ed2cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49f4b3b6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51b0c8e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"467464c1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1dea5015\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f6ef1c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"159632f7\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a5b0ab\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"e51b7ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ed252d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1466, 249, '_elementor_page_assets', 'a:0:{}'),
(1467, 249, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1468, 250, '_elementor_edit_mode', 'builder'),
(1469, 250, '_elementor_template_type', 'wp-page'),
(1470, 250, '_elementor_version', '3.14.1'),
(1471, 250, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1472, 250, '_elementor_data', '[{\"id\":\"3341b301\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"32fa1a83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94030f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ab98562\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"61f61669\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"12fbc09c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b884b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a2301f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5adfc8dc\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step2\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step3\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step4\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step5\\\" style=\\\"display: none;\\\">\\r\\n         \\r\\n            <div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary next-btn\\\">Next<\\/button>\\r\\n          <\\/div>\\r\\n          <div id=\\\"step6\\\" style=\\\"display: none;\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n            <button type=\\\"button\\\" class=\\\"btn btn-primary prev-btn\\\">Previous<\\/button>\\r\\n            <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-success\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n  <script>\\r\\n    $(document).ready(function() {\\r\\n      var form = $(\'#multiStepForm\');\\r\\n      var step1 = $(\'#step1\');\\r\\n      var step2 = $(\'#step2\');\\r\\n      var step3 = $(\'#step3\');\\r\\n      var step4 = $(\'#step4\');\\r\\n      var step5 = $(\'#step5\');\\r\\n      var step6 = $(\'#step6\');\\r\\n\\r\\n      $(\'.next-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var nextStep = currentStep.next();\\r\\n\\r\\n        currentStep.hide();\\r\\n        nextStep.show();\\r\\n      });\\r\\n\\r\\n      $(\'.prev-btn\').click(function() {\\r\\n        var currentStep = $(this).closest(\'div[id^=\\\"step\\\"]\');\\r\\n        var prevStep = currentStep.prev();\\r\\n\\r\\n        currentStep.hide();\\r\\n        prevStep.show();\\r\\n      });\\r\\n\\r\\n      form.submit(function(event) {\\r\\n        event.preventDefault();\\r\\n        \\/\\/ You can handle form submission here\\r\\n        var formData = form.serialize();\\r\\n        console.log(formData);\\r\\n        alert(\'Form submitted!\');\\r\\n      });\\r\\n    });\\r\\n  <\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52250218\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"471caf78\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"223d085\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"349d05f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2ed2cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49f4b3b6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51b0c8e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"467464c1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1dea5015\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f6ef1c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"159632f7\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a5b0ab\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"e51b7ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ed252d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1473, 250, '_elementor_page_assets', 'a:0:{}'),
(1474, 250, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1475, 251, '_elementor_edit_mode', 'builder'),
(1476, 251, '_elementor_template_type', 'wp-page'),
(1477, 251, '_elementor_version', '3.14.1'),
(1478, 251, '_wp_page_template', 'elementor_canvas'),
(1479, 251, '_elementor_data', '[{\"id\":\"3341b301\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"32fa1a83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94030f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ab98562\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"61f61669\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"12fbc09c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b884b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a2301f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5adfc8dc\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52250218\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"471caf78\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"223d085\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"349d05f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2ed2cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49f4b3b6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51b0c8e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"467464c1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1dea5015\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f6ef1c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"159632f7\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a5b0ab\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"e51b7ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ed252d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1480, 251, '_elementor_page_assets', 'a:0:{}'),
(1481, 251, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1482, 252, '_elementor_edit_mode', 'builder'),
(1483, 252, '_elementor_template_type', 'wp-page'),
(1484, 252, '_elementor_version', '3.14.1'),
(1485, 252, '_wp_page_template', 'elementor_canvas'),
(1486, 252, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1487, 252, '_elementor_page_assets', 'a:0:{}'),
(1488, 252, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1489, 252, '_elementor_css', 'a:6:{s:4:\"time\";i:1688835493;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1490, 253, '_elementor_edit_mode', 'builder'),
(1491, 253, '_elementor_template_type', 'wp-page'),
(1492, 253, '_elementor_version', '3.14.1'),
(1493, 253, '_wp_page_template', 'elementor_canvas'),
(1494, 253, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1495, 253, '_elementor_page_assets', 'a:0:{}'),
(1496, 253, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1497, 253, '_elementor_css', 'a:6:{s:4:\"time\";i:1688835493;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1498, 254, '_elementor_edit_mode', 'builder'),
(1499, 254, '_elementor_template_type', 'wp-page'),
(1500, 254, '_elementor_version', '3.14.1'),
(1501, 254, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1502, 254, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1503, 254, '_elementor_page_assets', 'a:0:{}'),
(1504, 254, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1505, 254, '_elementor_css', 'a:6:{s:4:\"time\";i:1688835493;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1506, 255, '_elementor_edit_mode', 'builder'),
(1507, 255, '_elementor_template_type', 'wp-page'),
(1508, 255, '_elementor_version', '3.14.1'),
(1509, 255, '_wp_page_template', 'elementor_canvas'),
(1510, 255, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1511, 255, '_elementor_page_assets', 'a:0:{}'),
(1512, 255, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1513, 256, '_elementor_edit_mode', 'builder'),
(1514, 256, '_elementor_template_type', 'wp-page'),
(1515, 256, '_elementor_version', '3.14.1'),
(1516, 256, '_wp_page_template', 'elementor_canvas'),
(1517, 256, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1518, 256, '_elementor_page_assets', 'a:0:{}'),
(1519, 256, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1520, 257, '_elementor_edit_mode', 'builder'),
(1521, 257, '_elementor_template_type', 'wp-page'),
(1522, 257, '_elementor_version', '3.14.1'),
(1523, 257, '_wp_page_template', 'elementor_canvas'),
(1524, 257, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1525, 257, '_elementor_page_assets', 'a:0:{}'),
(1526, 257, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1527, 258, '_elementor_edit_mode', 'builder'),
(1528, 258, '_elementor_template_type', 'wp-page'),
(1529, 258, '_elementor_version', '3.14.1'),
(1530, 258, '_wp_page_template', 'elementor_canvas'),
(1531, 258, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1532, 258, '_elementor_data', '[{\"id\":\"6c76ef9c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42a82560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0a702\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b7bd8a1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1db6e269\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1b5385\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47ea37bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc3801e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68a90d80\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63dfdb3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"60c916ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b68791c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbaacf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"61a25c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18282735\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d2bc7bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69107fcf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"2fece26f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f9fe45e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63ffdc72\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a9df92\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"71eafd63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c79d105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1533, 258, '_elementor_page_assets', 'a:0:{}'),
(1534, 259, '_elementor_edit_mode', 'builder'),
(1535, 259, '_elementor_template_type', 'wp-page'),
(1536, 259, '_elementor_version', '3.14.1'),
(1537, 259, '_wp_page_template', 'elementor_canvas'),
(1538, 259, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1539, 259, '_elementor_data', '[{\"id\":\"6c76ef9c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42a82560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0a702\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b7bd8a1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1db6e269\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1b5385\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47ea37bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc3801e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68a90d80\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63dfdb3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"60c916ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b68791c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbaacf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"61a25c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18282735\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d2bc7bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69107fcf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"2fece26f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f9fe45e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63ffdc72\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a9df92\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"71eafd63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c79d105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1540, 259, '_elementor_page_assets', 'a:0:{}'),
(1541, 260, '_elementor_edit_mode', 'builder'),
(1542, 260, '_elementor_template_type', 'wp-page'),
(1543, 260, '_elementor_version', '3.14.1'),
(1544, 260, '_wp_page_template', 'elementor_canvas'),
(1545, 260, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1546, 260, '_elementor_data', '[{\"id\":\"6c76ef9c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42a82560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0a702\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b7bd8a1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1db6e269\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1b5385\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47ea37bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc3801e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68a90d80\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-3\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63dfdb3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"60c916ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b68791c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbaacf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"61a25c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18282735\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d2bc7bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69107fcf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"2fece26f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f9fe45e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63ffdc72\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a9df92\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"71eafd63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c79d105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1547, 260, '_elementor_page_assets', 'a:0:{}'),
(1548, 261, '_elementor_edit_mode', 'builder'),
(1549, 261, '_elementor_template_type', 'wp-page'),
(1550, 261, '_elementor_version', '3.14.1'),
(1551, 261, '_wp_page_template', 'elementor_canvas'),
(1552, 261, '_elementor_data', '[{\"id\":\"6fe6bec2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42ca03f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69a62b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcadd1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"7ec8ab32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25665546\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70e666f5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6568b7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4aeb7043\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf9640\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"4aae672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4dc3d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d66000c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5d3c1a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46cf4160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"da4cd1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa1012\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"7583b12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c99831b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"174f47f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27bd7bdf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"64aabb4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3927ceef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1553, 261, '_elementor_page_assets', 'a:0:{}'),
(1554, 261, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1555, 262, '_elementor_edit_mode', 'builder'),
(1556, 262, '_elementor_template_type', 'wp-page'),
(1557, 262, '_elementor_version', '3.14.1'),
(1558, 262, '_wp_page_template', 'elementor_canvas'),
(1559, 262, '_elementor_data', '[{\"id\":\"6fe6bec2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42ca03f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69a62b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcadd1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"7ec8ab32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25665546\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70e666f5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6568b7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4aeb7043\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf9640\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"4aae672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4dc3d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d66000c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5d3c1a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46cf4160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"da4cd1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa1012\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"7583b12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c99831b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"174f47f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27bd7bdf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"64aabb4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3927ceef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1560, 262, '_elementor_page_assets', 'a:0:{}'),
(1561, 262, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1562, 263, '_elementor_edit_mode', 'builder'),
(1563, 263, '_elementor_template_type', 'wp-page'),
(1564, 263, '_elementor_version', '3.14.1'),
(1565, 263, '_wp_page_template', 'elementor_canvas'),
(1566, 263, '_elementor_data', '[{\"id\":\"6fe6bec2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42ca03f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69a62b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcadd1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"7ec8ab32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25665546\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70e666f5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6568b7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4aeb7043\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-4\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf9640\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"4aae672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4dc3d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d66000c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5d3c1a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46cf4160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"da4cd1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa1012\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"7583b12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c99831b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"174f47f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27bd7bdf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"64aabb4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3927ceef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1567, 263, '_elementor_page_assets', 'a:0:{}'),
(1568, 263, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1569, 264, '_elementor_edit_mode', 'builder'),
(1570, 264, '_elementor_template_type', 'wp-page'),
(1571, 264, '_elementor_version', '3.14.1'),
(1572, 264, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1573, 264, '_elementor_data', '[{\"id\":\"7d2e10ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"640b43b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be67818\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36253a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"25c22089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b05cf72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e8d8606\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50aa5d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a2b1412\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f0077b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"6985e680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18242130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c077cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3be43f1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"261f142b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d8c71c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41fb251b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c31164f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4af7a991\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48a1a253\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"127e12f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"27c89b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c490445\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1574, 264, '_elementor_page_assets', 'a:0:{}'),
(1575, 264, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1576, 265, '_elementor_edit_mode', 'builder'),
(1577, 265, '_elementor_template_type', 'wp-page'),
(1578, 265, '_elementor_version', '3.14.1'),
(1579, 265, '_wp_page_template', 'elementor_canvas'),
(1580, 265, '_elementor_data', '[{\"id\":\"7d2e10ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"640b43b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be67818\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36253a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"25c22089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b05cf72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e8d8606\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50aa5d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a2b1412\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f0077b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"6985e680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18242130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c077cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3be43f1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"261f142b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d8c71c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41fb251b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c31164f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4af7a991\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48a1a253\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"127e12f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"27c89b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c490445\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1581, 265, '_elementor_page_assets', 'a:0:{}'),
(1582, 265, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1583, 266, '_elementor_edit_mode', 'builder'),
(1584, 266, '_elementor_template_type', 'wp-page'),
(1585, 266, '_elementor_version', '3.14.1'),
(1586, 266, '_wp_page_template', 'elementor_canvas'),
(1587, 266, '_elementor_data', '[{\"id\":\"7d2e10ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"640b43b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be67818\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36253a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"25c22089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b05cf72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e8d8606\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50aa5d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a2b1412\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-5\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f0077b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"6985e680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18242130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c077cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3be43f1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"261f142b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d8c71c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41fb251b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c31164f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4af7a991\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48a1a253\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"127e12f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"27c89b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c490445\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1588, 266, '_elementor_page_assets', 'a:0:{}'),
(1589, 266, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1590, 267, '_elementor_edit_mode', 'builder'),
(1591, 267, '_elementor_template_type', 'wp-page'),
(1592, 267, '_elementor_version', '3.14.1'),
(1593, 267, '_wp_page_template', 'elementor_canvas'),
(1594, 267, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1595, 267, '_elementor_page_assets', 'a:0:{}'),
(1596, 267, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1597, 268, '_elementor_edit_mode', 'builder'),
(1598, 268, '_elementor_template_type', 'wp-page'),
(1599, 268, '_elementor_version', '3.14.1'),
(1600, 268, '_wp_page_template', 'elementor_canvas'),
(1601, 268, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1602, 268, '_elementor_page_assets', 'a:0:{}'),
(1603, 268, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1604, 269, '_elementor_edit_mode', 'builder'),
(1605, 269, '_elementor_template_type', 'wp-page'),
(1606, 269, '_elementor_version', '3.14.1'),
(1607, 269, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1608, 269, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-5\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1609, 269, '_elementor_page_assets', 'a:0:{}'),
(1610, 269, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1616, 270, '_elementor_edit_mode', 'builder'),
(1617, 270, '_elementor_template_type', 'wp-page'),
(1618, 270, '_elementor_version', '3.14.1'),
(1619, 270, '_wp_page_template', 'elementor_canvas'),
(1620, 270, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-5\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1621, 270, '_elementor_page_assets', 'a:0:{}'),
(1622, 270, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1623, 270, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836025;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1624, 271, '_elementor_edit_mode', 'builder'),
(1625, 271, '_elementor_template_type', 'wp-page'),
(1626, 271, '_elementor_version', '3.14.1'),
(1627, 271, '_wp_page_template', 'elementor_canvas'),
(1628, 271, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-5\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1629, 271, '_elementor_page_assets', 'a:0:{}'),
(1630, 271, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1631, 271, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836025;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1632, 272, '_elementor_edit_mode', 'builder'),
(1633, 272, '_elementor_template_type', 'wp-page'),
(1634, 272, '_elementor_version', '3.14.1'),
(1635, 272, '_wp_page_template', 'elementor_canvas'),
(1636, 272, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-6\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1637, 272, '_elementor_page_assets', 'a:0:{}'),
(1638, 272, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1639, 272, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836025;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1642, 273, '_elementor_edit_mode', 'builder'),
(1643, 273, '_elementor_template_type', 'wp-page'),
(1644, 273, '_elementor_version', '3.14.1'),
(1645, 273, '_wp_page_template', 'elementor_canvas'),
(1646, 273, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1647, 273, '_elementor_page_assets', 'a:0:{}'),
(1648, 273, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1649, 273, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836013;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1650, 274, '_elementor_edit_mode', 'builder'),
(1651, 274, '_elementor_template_type', 'wp-page'),
(1652, 274, '_elementor_version', '3.14.1'),
(1653, 274, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1654, 274, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1655, 274, '_elementor_page_assets', 'a:0:{}'),
(1656, 274, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1657, 274, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836013;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1658, 275, '_elementor_edit_mode', 'builder'),
(1659, 275, '_elementor_template_type', 'wp-page'),
(1660, 275, '_elementor_version', '3.14.1'),
(1661, 275, '_wp_page_template', 'elementor_canvas'),
(1662, 275, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFDD4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1663, 275, '_elementor_page_assets', 'a:0:{}'),
(1664, 275, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1665, 275, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836013;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1667, 276, '_elementor_edit_mode', 'builder'),
(1668, 276, '_elementor_template_type', 'wp-page'),
(1669, 276, '_elementor_version', '3.14.1'),
(1670, 276, '_wp_page_template', 'elementor_canvas'),
(1671, 276, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFDD4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1672, 276, '_elementor_page_assets', 'a:0:{}'),
(1673, 276, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1674, 276, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836706;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1675, 277, '_elementor_edit_mode', 'builder'),
(1676, 277, '_elementor_template_type', 'wp-page'),
(1677, 277, '_elementor_version', '3.14.1'),
(1678, 277, '_wp_page_template', 'elementor_canvas'),
(1679, 277, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFDD4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1680, 277, '_elementor_page_assets', 'a:0:{}'),
(1681, 277, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1682, 277, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836706;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1683, 278, '_elementor_edit_mode', 'builder'),
(1684, 278, '_elementor_template_type', 'wp-page'),
(1685, 278, '_elementor_version', '3.14.1'),
(1686, 278, '_wp_page_template', 'elementor_canvas'),
(1687, 278, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD96\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1688, 278, '_elementor_page_assets', 'a:0:{}'),
(1689, 278, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1690, 278, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836706;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1692, 279, '_elementor_edit_mode', 'builder'),
(1693, 279, '_elementor_template_type', 'wp-page'),
(1694, 279, '_elementor_version', '3.14.1'),
(1695, 279, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1696, 279, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD96\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1697, 279, '_elementor_page_assets', 'a:0:{}'),
(1698, 279, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1699, 279, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836729;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1700, 280, '_elementor_edit_mode', 'builder'),
(1701, 280, '_elementor_template_type', 'wp-page'),
(1702, 280, '_elementor_version', '3.14.1'),
(1703, 280, '_wp_page_template', 'elementor_canvas'),
(1704, 280, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD96\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1705, 280, '_elementor_page_assets', 'a:0:{}'),
(1706, 280, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1707, 280, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836729;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1708, 281, '_elementor_edit_mode', 'builder'),
(1709, 281, '_elementor_template_type', 'wp-page'),
(1710, 281, '_elementor_version', '3.14.1'),
(1711, 281, '_wp_page_template', 'elementor_canvas'),
(1712, 281, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD96\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1713, 281, '_elementor_page_assets', 'a:0:{}'),
(1714, 281, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1715, 281, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836729;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1717, 282, '_elementor_edit_mode', 'builder'),
(1718, 282, '_elementor_template_type', 'wp-page'),
(1719, 282, '_elementor_version', '3.14.1'),
(1720, 282, '_wp_page_template', 'elementor_canvas'),
(1721, 282, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD96\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1722, 282, '_elementor_page_assets', 'a:0:{}'),
(1723, 282, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1724, 282, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836796;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1725, 283, '_elementor_edit_mode', 'builder'),
(1726, 283, '_elementor_template_type', 'wp-page'),
(1727, 283, '_elementor_version', '3.14.1'),
(1728, 283, '_wp_page_template', 'elementor_canvas'),
(1729, 283, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD96\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1730, 283, '_elementor_page_assets', 'a:0:{}'),
(1731, 283, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1732, 283, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836796;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1733, 284, '_elementor_edit_mode', 'builder'),
(1734, 284, '_elementor_template_type', 'wp-page'),
(1735, 284, '_elementor_version', '3.14.1'),
(1736, 284, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1737, 284, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD96\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1738, 284, '_elementor_page_assets', 'a:0:{}'),
(1739, 284, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1740, 284, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836796;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1751, 286, '_elementor_edit_mode', 'builder'),
(1752, 286, '_elementor_template_type', 'wp-page'),
(1753, 286, '_elementor_version', '3.14.1'),
(1754, 286, '_wp_page_template', 'elementor_canvas'),
(1755, 286, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD96\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1756, 286, '_elementor_page_assets', 'a:0:{}'),
(1757, 286, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1758, 287, '_elementor_edit_mode', 'builder'),
(1759, 287, '_elementor_template_type', 'wp-page'),
(1760, 287, '_elementor_version', '3.14.1'),
(1761, 287, '_wp_page_template', 'elementor_canvas'),
(1762, 287, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD96\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Interest<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1763, 287, '_elementor_page_assets', 'a:0:{}'),
(1764, 287, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1765, 288, '_elementor_edit_mode', 'builder'),
(1766, 288, '_elementor_template_type', 'wp-page'),
(1767, 288, '_elementor_version', '3.14.1'),
(1768, 288, '_wp_page_template', 'elementor_canvas'),
(1769, 288, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n    cursor: pointer;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Interest<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1770, 288, '_elementor_page_assets', 'a:0:{}'),
(1771, 288, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1773, 289, '_elementor_edit_mode', 'builder'),
(1774, 289, '_elementor_template_type', 'wp-page'),
(1775, 289, '_elementor_version', '3.14.1'),
(1776, 289, '_wp_page_template', 'elementor_canvas'),
(1777, 289, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n    cursor: pointer;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Interest<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1778, 289, '_elementor_page_assets', 'a:0:{}'),
(1779, 289, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1780, 289, '_elementor_css', 'a:6:{s:4:\"time\";i:1688961715;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1781, 290, '_elementor_edit_mode', 'builder'),
(1782, 290, '_elementor_template_type', 'wp-page'),
(1783, 290, '_elementor_version', '3.14.1'),
(1784, 290, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1785, 290, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n    cursor: pointer;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Interest<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1786, 290, '_elementor_page_assets', 'a:0:{}'),
(1787, 290, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1788, 290, '_elementor_css', 'a:6:{s:4:\"time\";i:1688961715;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1789, 291, '_elementor_edit_mode', 'builder'),
(1790, 291, '_elementor_template_type', 'wp-page'),
(1791, 291, '_elementor_version', '3.14.1'),
(1792, 291, '_wp_page_template', 'elementor_canvas'),
(1793, 291, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n    cursor: pointer;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Interest<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1794, 291, '_elementor_page_assets', 'a:0:{}'),
(1795, 291, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1796, 291, '_elementor_css', 'a:6:{s:4:\"time\";i:1688961715;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1798, 292, '_elementor_edit_mode', 'builder'),
(1799, 292, '_elementor_template_type', 'wp-page'),
(1800, 292, '_elementor_version', '3.14.1'),
(1801, 292, '_wp_page_template', 'elementor_canvas'),
(1802, 292, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n    cursor: pointer;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Interest<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1803, 292, '_elementor_page_assets', 'a:0:{}'),
(1804, 292, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1805, 292, '_elementor_css', 'a:6:{s:4:\"time\";i:1688961989;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1806, 293, '_elementor_edit_mode', 'builder'),
(1807, 293, '_elementor_template_type', 'wp-page'),
(1808, 293, '_elementor_version', '3.14.1'),
(1809, 293, '_wp_page_template', 'elementor_canvas'),
(1810, 293, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n    cursor: pointer;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Interest<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1811, 293, '_elementor_page_assets', 'a:0:{}'),
(1812, 293, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1813, 293, '_elementor_css', 'a:6:{s:4:\"time\";i:1688961989;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1814, 294, '_elementor_edit_mode', 'builder'),
(1815, 294, '_elementor_template_type', 'wp-page'),
(1816, 294, '_elementor_version', '3.14.1'),
(1817, 294, '_wp_page_template', 'elementor_canvas'),
(1818, 294, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n    cursor: pointer;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Interest<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Redirect to the other page\\r\\n    window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\";\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1819, 294, '_elementor_page_assets', 'a:0:{}'),
(1820, 294, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1821, 294, '_elementor_css', 'a:6:{s:4:\"time\";i:1688961989;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1823, 295, '_elementor_edit_mode', 'builder'),
(1824, 295, '_elementor_template_type', 'wp-page'),
(1825, 295, '_elementor_version', '3.14.1'),
(1826, 295, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1827, 295, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n    cursor: pointer;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Interest<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Redirect to the other page\\r\\n    window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\";\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1828, 295, '_elementor_page_assets', 'a:0:{}'),
(1829, 295, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1830, 295, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962091;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1831, 296, '_elementor_edit_mode', 'builder'),
(1832, 296, '_elementor_template_type', 'wp-page'),
(1833, 296, '_elementor_version', '3.14.1'),
(1834, 296, '_wp_page_template', 'elementor_canvas'),
(1835, 296, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n    cursor: pointer;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Interest<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Redirect to the other page\\r\\n    window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\";\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1836, 296, '_elementor_page_assets', 'a:0:{}'),
(1837, 296, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1838, 296, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962091;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1839, 297, '_elementor_edit_mode', 'builder'),
(1840, 297, '_elementor_template_type', 'wp-page'),
(1841, 297, '_elementor_version', '3.14.1'),
(1842, 297, '_wp_page_template', 'elementor_canvas'),
(1843, 297, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n    cursor: pointer;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Interest<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1844, 297, '_elementor_page_assets', 'a:0:{}'),
(1845, 297, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1846, 297, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962091;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1848, 298, '_elementor_edit_mode', 'builder'),
(1849, 298, '_elementor_template_type', 'wp-page'),
(1850, 298, '_elementor_version', '3.14.1'),
(1851, 298, '_wp_page_template', 'elementor_canvas'),
(1852, 298, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1853, 298, '_elementor_data', '[{\"id\":\"6c76ef9c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42a82560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0a702\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b7bd8a1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1db6e269\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1b5385\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47ea37bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc3801e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68a90d80\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-3\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63dfdb3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"60c916ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b68791c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbaacf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"61a25c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18282735\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d2bc7bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69107fcf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"2fece26f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f9fe45e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63ffdc72\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a9df92\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"71eafd63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c79d105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1854, 298, '_elementor_page_assets', 'a:0:{}'),
(1855, 298, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836016;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1856, 299, '_elementor_edit_mode', 'builder'),
(1857, 299, '_elementor_template_type', 'wp-page'),
(1858, 299, '_elementor_version', '3.14.1'),
(1859, 299, '_wp_page_template', 'elementor_canvas'),
(1860, 299, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1861, 299, '_elementor_data', '[{\"id\":\"6c76ef9c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42a82560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0a702\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b7bd8a1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1db6e269\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1b5385\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47ea37bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc3801e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68a90d80\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Age<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-3\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63dfdb3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"60c916ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b68791c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbaacf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"61a25c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18282735\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d2bc7bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69107fcf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"2fece26f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f9fe45e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63ffdc72\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a9df92\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"71eafd63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c79d105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1862, 299, '_elementor_page_assets', 'a:0:{}'),
(1863, 299, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836016;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1864, 300, '_elementor_edit_mode', 'builder'),
(1865, 300, '_elementor_template_type', 'wp-page'),
(1866, 300, '_elementor_version', '3.14.1'),
(1867, 300, '_wp_page_template', 'elementor_canvas'),
(1868, 300, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1869, 300, '_elementor_data', '[{\"id\":\"6c76ef9c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42a82560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0a702\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b7bd8a1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1db6e269\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1b5385\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47ea37bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc3801e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68a90d80\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Age<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-3\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63dfdb3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"60c916ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b68791c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbaacf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"61a25c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18282735\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d2bc7bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69107fcf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"2fece26f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f9fe45e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63ffdc72\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a9df92\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"71eafd63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c79d105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1870, 300, '_elementor_page_assets', 'a:0:{}'),
(1871, 300, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836016;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1873, 301, '_elementor_edit_mode', 'builder'),
(1874, 301, '_elementor_template_type', 'wp-page'),
(1875, 301, '_elementor_version', '3.14.1'),
(1876, 301, '_wp_page_template', 'elementor_canvas'),
(1877, 301, '_elementor_data', '[{\"id\":\"6fe6bec2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42ca03f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69a62b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcadd1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"7ec8ab32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25665546\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70e666f5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6568b7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4aeb7043\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-4\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf9640\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"4aae672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4dc3d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d66000c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5d3c1a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46cf4160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"da4cd1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa1012\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"7583b12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c99831b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"174f47f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27bd7bdf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"64aabb4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3927ceef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1878, 301, '_elementor_page_assets', 'a:0:{}'),
(1879, 301, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1880, 301, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836020;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1881, 302, '_elementor_edit_mode', 'builder'),
(1882, 302, '_elementor_template_type', 'wp-page'),
(1883, 302, '_elementor_version', '3.14.1'),
(1884, 302, '_wp_page_template', 'elementor_canvas'),
(1885, 302, '_elementor_data', '[{\"id\":\"6fe6bec2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42ca03f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69a62b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcadd1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"7ec8ab32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25665546\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70e666f5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6568b7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4aeb7043\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n            <div class=\\\"form-group\\\">\\r\\n              <h4>Select Your Gender<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-4\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf9640\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"4aae672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4dc3d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d66000c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5d3c1a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46cf4160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"da4cd1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa1012\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"7583b12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c99831b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"174f47f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27bd7bdf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"64aabb4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3927ceef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1886, 302, '_elementor_page_assets', 'a:0:{}'),
(1887, 302, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1888, 302, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836020;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1889, 303, '_elementor_edit_mode', 'builder'),
(1890, 303, '_elementor_template_type', 'wp-page'),
(1891, 303, '_elementor_version', '3.14.1'),
(1892, 303, '_wp_page_template', 'elementor_canvas'),
(1893, 303, '_elementor_data', '[{\"id\":\"6fe6bec2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42ca03f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69a62b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcadd1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"7ec8ab32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25665546\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70e666f5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6568b7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4aeb7043\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Gender<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-4\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf9640\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"4aae672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4dc3d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d66000c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5d3c1a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46cf4160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"da4cd1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa1012\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"7583b12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c99831b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"174f47f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27bd7bdf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"64aabb4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3927ceef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1894, 303, '_elementor_page_assets', 'a:0:{}'),
(1895, 303, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1896, 303, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836020;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1898, 304, '_elementor_edit_mode', 'builder'),
(1899, 304, '_elementor_template_type', 'wp-page'),
(1900, 304, '_elementor_version', '3.14.1'),
(1901, 304, '_wp_page_template', 'elementor_canvas'),
(1902, 304, '_elementor_data', '[{\"id\":\"7d2e10ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"640b43b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be67818\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36253a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"25c22089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b05cf72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e8d8606\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50aa5d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a2b1412\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-5\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f0077b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"6985e680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18242130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c077cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3be43f1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"261f142b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d8c71c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41fb251b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c31164f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4af7a991\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48a1a253\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"127e12f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"27c89b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c490445\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1903, 304, '_elementor_page_assets', 'a:0:{}'),
(1904, 304, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1905, 304, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836022;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1906, 305, '_elementor_edit_mode', 'builder'),
(1907, 305, '_elementor_template_type', 'wp-page'),
(1908, 305, '_elementor_version', '3.14.1'),
(1909, 305, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1910, 305, '_elementor_data', '[{\"id\":\"7d2e10ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"640b43b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be67818\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36253a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"25c22089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b05cf72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e8d8606\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50aa5d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a2b1412\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n             <h4>Select Your Marital Status<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-5\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f0077b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"6985e680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18242130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c077cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3be43f1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"261f142b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d8c71c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41fb251b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c31164f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4af7a991\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48a1a253\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"127e12f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"27c89b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c490445\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1911, 305, '_elementor_page_assets', 'a:0:{}'),
(1912, 305, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1913, 305, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836022;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1914, 306, '_elementor_edit_mode', 'builder'),
(1915, 306, '_elementor_template_type', 'wp-page'),
(1916, 306, '_elementor_version', '3.14.1'),
(1917, 306, '_wp_page_template', 'elementor_canvas'),
(1918, 306, '_elementor_data', '[{\"id\":\"7d2e10ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"640b43b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be67818\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36253a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"25c22089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b05cf72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e8d8606\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50aa5d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a2b1412\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Marital Status<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-5\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f0077b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"6985e680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18242130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c077cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3be43f1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"261f142b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d8c71c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41fb251b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c31164f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4af7a991\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48a1a253\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"127e12f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"27c89b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c490445\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1919, 306, '_elementor_page_assets', 'a:0:{}'),
(1920, 306, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1921, 306, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836022;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1923, 307, '_elementor_edit_mode', 'builder'),
(1924, 307, '_elementor_template_type', 'wp-page'),
(1925, 307, '_elementor_version', '3.14.1'),
(1926, 307, '_wp_page_template', 'elementor_canvas'),
(1927, 307, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-6\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1928, 307, '_elementor_page_assets', 'a:0:{}'),
(1929, 307, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1930, 307, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836049;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1931, 308, '_elementor_edit_mode', 'builder'),
(1932, 308, '_elementor_template_type', 'wp-page'),
(1933, 308, '_elementor_version', '3.14.1'),
(1934, 308, '_wp_page_template', 'elementor_canvas'),
(1935, 308, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n          <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-6\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1936, 308, '_elementor_page_assets', 'a:0:{}'),
(1937, 308, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1938, 308, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836049;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1939, 309, '_elementor_edit_mode', 'builder'),
(1940, 309, '_elementor_template_type', 'wp-page'),
(1941, 309, '_elementor_version', '3.14.1'),
(1942, 309, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1943, 309, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-6\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1944, 309, '_elementor_page_assets', 'a:0:{}'),
(1945, 309, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1946, 309, '_elementor_css', 'a:6:{s:4:\"time\";i:1688836049;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1948, 310, '_elementor_edit_mode', 'builder'),
(1949, 310, '_elementor_template_type', 'wp-page'),
(1950, 310, '_elementor_version', '3.14.1'),
(1951, 310, '_wp_page_template', 'elementor_canvas'),
(1952, 310, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n    cursor: pointer;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Interest<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1953, 310, '_elementor_page_assets', 'a:0:{}'),
(1954, 310, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1955, 310, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962136;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1956, 311, '_elementor_edit_mode', 'builder'),
(1957, 311, '_elementor_template_type', 'wp-page'),
(1958, 311, '_elementor_version', '3.14.1'),
(1959, 311, '_wp_page_template', 'elementor_canvas'),
(1960, 311, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n    cursor: pointer;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Interest<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1961, 311, '_elementor_page_assets', 'a:0:{}'),
(1962, 311, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1963, 311, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962136;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1964, 312, '_elementor_edit_mode', 'builder'),
(1965, 312, '_elementor_template_type', 'wp-page'),
(1966, 312, '_elementor_version', '3.14.1'),
(1967, 312, '_wp_page_template', 'elementor_canvas'),
(1968, 312, '_elementor_data', '[{\"id\":\"8f8089a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2bc9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0accd3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"659f61f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1eb494e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7d484\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"85efddc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD8C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"547a5ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee6d85\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n    cursor: pointer;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Interest<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"boy\\\" value=\\\"Boy\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"boy\\\">Boy<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"interest\\\" id=\\\"girl\\\" value=\\\"Girl\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"girl\\\">Girl<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-2\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c690b2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"f0642de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1292d42\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f180dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"a710f19\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32e3dc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ed6e0e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d579e26\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"78ba7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b523385\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec66117\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fac6de9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"255a3e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a6f2d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1969, 312, '_elementor_page_assets', 'a:0:{}'),
(1970, 312, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1971, 312, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962136;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1980, 69, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962457;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1981, 314, '_elementor_edit_mode', 'builder'),
(1982, 314, '_elementor_template_type', 'wp-page'),
(1983, 314, '_elementor_version', '3.14.1'),
(1984, 314, '_wp_page_template', 'elementor_canvas'),
(1985, 314, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1986, 314, '_elementor_data', '[{\"id\":\"6c76ef9c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42a82560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0a702\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b7bd8a1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1db6e269\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1b5385\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47ea37bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc3801e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68a90d80\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Age<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-3\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63dfdb3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"60c916ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b68791c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbaacf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"61a25c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18282735\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d2bc7bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69107fcf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"2fece26f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f9fe45e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63ffdc72\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a9df92\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"71eafd63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c79d105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1987, 314, '_elementor_page_assets', 'a:0:{}'),
(1988, 314, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962197;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1989, 315, '_elementor_edit_mode', 'builder'),
(1990, 315, '_elementor_template_type', 'wp-page'),
(1991, 315, '_elementor_version', '3.14.1'),
(1992, 315, '_wp_page_template', 'elementor_canvas'),
(1993, 315, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1994, 315, '_elementor_data', '[{\"id\":\"6c76ef9c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42a82560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0a702\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b7bd8a1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1db6e269\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1b5385\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47ea37bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc3801e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68a90d80\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Age<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-3\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63dfdb3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"60c916ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b68791c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbaacf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"61a25c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18282735\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d2bc7bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69107fcf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"2fece26f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f9fe45e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63ffdc72\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a9df92\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"71eafd63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c79d105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1995, 315, '_elementor_page_assets', 'a:0:{}'),
(1996, 315, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962197;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(1997, 316, '_elementor_edit_mode', 'builder'),
(1998, 316, '_elementor_template_type', 'wp-page'),
(1999, 316, '_elementor_version', '3.14.1'),
(2000, 316, '_wp_page_template', 'elementor_canvas'),
(2001, 316, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(2002, 316, '_elementor_data', '[{\"id\":\"6c76ef9c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42a82560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0a702\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b7bd8a1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1db6e269\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1b5385\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47ea37bd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD8C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cc3801e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68a90d80\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Age<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"age18plus\\\" value=\\\"18+\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"age18plus\\\">18+<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"age\\\" id=\\\"ageBelow18\\\" value=\\\"<18\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"ageBelow18\\\">&lt;18<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-3\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63dfdb3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"60c916ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b68791c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbaacf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"61a25c79\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18282735\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d2bc7bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69107fcf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"2fece26f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f9fe45e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63ffdc72\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a9df92\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"71eafd63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c79d105\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2003, 316, '_elementor_page_assets', 'a:0:{}'),
(2004, 316, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962197;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2005, 227, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962513;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2006, 317, '_elementor_edit_mode', 'builder'),
(2007, 317, '_elementor_template_type', 'wp-page'),
(2008, 317, '_elementor_version', '3.14.1'),
(2009, 317, '_wp_page_template', 'elementor_canvas'),
(2010, 317, '_elementor_data', '[{\"id\":\"6fe6bec2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42ca03f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69a62b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcadd1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"7ec8ab32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25665546\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70e666f5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6568b7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4aeb7043\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Gender<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-4\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf9640\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"4aae672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4dc3d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d66000c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5d3c1a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46cf4160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"da4cd1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa1012\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"7583b12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c99831b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"174f47f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27bd7bdf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"64aabb4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3927ceef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2011, 317, '_elementor_page_assets', 'a:0:{}'),
(2012, 317, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(2013, 317, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962261;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2014, 318, '_elementor_edit_mode', 'builder'),
(2015, 318, '_elementor_template_type', 'wp-page'),
(2016, 318, '_elementor_version', '3.14.1'),
(2017, 318, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2018, 318, '_elementor_data', '[{\"id\":\"6fe6bec2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42ca03f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69a62b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcadd1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"7ec8ab32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25665546\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70e666f5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6568b7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4aeb7043\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Gender<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-4\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf9640\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"4aae672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4dc3d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d66000c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5d3c1a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46cf4160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"da4cd1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa1012\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"7583b12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c99831b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"174f47f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27bd7bdf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"64aabb4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3927ceef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2019, 318, '_elementor_page_assets', 'a:0:{}'),
(2020, 318, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(2021, 318, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962261;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2022, 319, '_elementor_edit_mode', 'builder'),
(2023, 319, '_elementor_template_type', 'wp-page'),
(2024, 319, '_elementor_version', '3.14.1'),
(2025, 319, '_wp_page_template', 'elementor_canvas'),
(2026, 319, '_elementor_data', '[{\"id\":\"6fe6bec2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"42ca03f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69a62b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dcadd1e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"7ec8ab32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25665546\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70e666f5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD8C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6568b7c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4aeb7043\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Gender<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"male\\\" value=\\\"Male\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"male\\\">Male<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"gender\\\" id=\\\"female\\\" value=\\\"Female\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"female\\\">Female<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-4\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf9640\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"4aae672d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4dc3d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d66000c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"5d3c1a8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46cf4160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"da4cd1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa1012\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"7583b12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c99831b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"174f47f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27bd7bdf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"64aabb4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3927ceef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2027, 319, '_elementor_page_assets', 'a:0:{}'),
(2028, 319, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(2029, 319, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962261;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2030, 232, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962553;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2031, 320, '_elementor_edit_mode', 'builder'),
(2032, 320, '_elementor_template_type', 'wp-page'),
(2033, 320, '_elementor_version', '3.14.1'),
(2034, 320, '_wp_page_template', 'elementor_canvas'),
(2035, 320, '_elementor_data', '[{\"id\":\"7d2e10ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"640b43b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be67818\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36253a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"25c22089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b05cf72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e8d8606\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50aa5d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a2b1412\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Marital Status<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-5\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f0077b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"6985e680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18242130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c077cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3be43f1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"261f142b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d8c71c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41fb251b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c31164f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4af7a991\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48a1a253\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"127e12f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"27c89b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c490445\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2036, 320, '_elementor_page_assets', 'a:0:{}'),
(2037, 320, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(2038, 320, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962330;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2039, 321, '_elementor_edit_mode', 'builder'),
(2040, 321, '_elementor_template_type', 'wp-page'),
(2041, 321, '_elementor_version', '3.14.1'),
(2042, 321, '_wp_page_template', 'elementor_canvas'),
(2043, 321, '_elementor_data', '[{\"id\":\"7d2e10ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"640b43b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be67818\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36253a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"25c22089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b05cf72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e8d8606\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50aa5d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a2b1412\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Marital Status<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-5\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f0077b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"6985e680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18242130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c077cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3be43f1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"261f142b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d8c71c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41fb251b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c31164f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4af7a991\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48a1a253\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"127e12f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"27c89b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c490445\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2044, 321, '_elementor_page_assets', 'a:0:{}'),
(2045, 321, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(2046, 321, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962330;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2047, 322, '_elementor_edit_mode', 'builder'),
(2048, 322, '_elementor_template_type', 'wp-page'),
(2049, 322, '_elementor_version', '3.14.1'),
(2050, 322, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2051, 322, '_elementor_data', '[{\"id\":\"7d2e10ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"640b43b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be67818\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36253a3d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"25c22089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b05cf72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e8d8606\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD8C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50aa5d85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a2b1412\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Your Marital Status<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"single\\\" value=\\\"Single\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"single\\\">Single<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"married\\\" value=\\\"Married\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"married\\\">Married<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"maritalStatus\\\" id=\\\"divorced\\\" value=\\\"Divorced\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"divorced\\\">Divorced<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-5\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f0077b8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"6985e680\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18242130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c077cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3be43f1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"261f142b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2d8c71c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41fb251b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c31164f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4af7a991\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48a1a253\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"127e12f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"27c89b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c490445\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2052, 322, '_elementor_page_assets', 'a:0:{}'),
(2053, 322, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(2054, 322, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962330;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2055, 237, '_elementor_css', 'a:6:{s:4:\"time\";i:1688964748;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2056, 323, '_elementor_edit_mode', 'builder'),
(2057, 323, '_elementor_template_type', 'wp-page'),
(2058, 323, '_elementor_version', '3.14.1'),
(2059, 323, '_wp_page_template', 'elementor_canvas'),
(2060, 323, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-6\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2061, 323, '_elementor_page_assets', 'a:0:{}'),
(2062, 323, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(2063, 323, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962380;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2064, 324, '_elementor_edit_mode', 'builder'),
(2065, 324, '_elementor_template_type', 'wp-page'),
(2066, 324, '_elementor_version', '3.14.1'),
(2067, 324, '_wp_page_template', 'elementor_canvas'),
(2068, 324, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-6\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2069, 324, '_elementor_page_assets', 'a:0:{}'),
(2070, 324, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(2071, 324, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962380;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2072, 325, '_elementor_edit_mode', 'builder'),
(2073, 325, '_elementor_template_type', 'wp-page'),
(2074, 325, '_elementor_version', '3.14.1'),
(2075, 325, '_wp_page_template', 'elementor_canvas'),
(2076, 325, '_elementor_data', '[{\"id\":\"416a7520\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"315c1507\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d697220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62f5af3b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"1f9252e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"720c9fc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70dffae7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD8C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2188758c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d71a0eb\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Which Type Of Girl You Like<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"russian\\\" value=\\\"Russian\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"russian\\\">Russian<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"indianBhabhi\\\" value=\\\"Indian Bhabhi\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"indianBhabhi\\\">Indian Bhabhi<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"american\\\" value=\\\"American\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"american\\\">American<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"girlPreference\\\" id=\\\"thai\\\" value=\\\"Thai\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"thai\\\">Thai<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/home-step-6\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78403b31\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"5e9a63e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d9418f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2f43f9af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"19a443c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2abd48d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34154422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d06bae6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"34fc46c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a19f1a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24fc6dd4\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"581ee985\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"3c0d6d5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"31f92400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2077, 325, '_elementor_page_assets', 'a:0:{}'),
(2078, 325, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(2079, 325, '_elementor_css', 'a:6:{s:4:\"time\";i:1688962380;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2080, 242, '_elementor_css', 'a:6:{s:4:\"time\";i:1688964837;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2082, 326, '_elementor_edit_mode', 'builder'),
(2083, 326, '_elementor_template_type', 'wp-page'),
(2084, 326, '_elementor_version', '3.14.1'),
(2085, 326, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wpgx_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2086, 326, '_elementor_data', '[{\"id\":\"3341b301\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"32fa1a83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94030f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ab98562\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"61f61669\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"12fbc09c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b884b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a2301f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5adfc8dc\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52250218\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"471caf78\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"223d085\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"349d05f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2ed2cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49f4b3b6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51b0c8e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"467464c1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1dea5015\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f6ef1c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"159632f7\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a5b0ab\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"e51b7ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ed252d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2087, 326, '_elementor_page_assets', 'a:0:{}'),
(2088, 326, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(2089, 326, '_elementor_css', 'a:6:{s:4:\"time\";i:1688964843;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2090, 327, '_elementor_edit_mode', 'builder'),
(2091, 327, '_elementor_template_type', 'wp-page'),
(2092, 327, '_elementor_version', '3.14.1'),
(2093, 327, '_wp_page_template', 'elementor_canvas'),
(2094, 327, '_elementor_data', '[{\"id\":\"3341b301\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"32fa1a83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94030f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ab98562\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"61f61669\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"12fbc09c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;TODAY&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b884b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a2301f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5adfc8dc\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n    #multiStepForm .form-check {\\r\\npadding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n        \\r\\n    }\\r\\n<\\/style>\\r\\n  <div class=\\\"container\\\">\\r\\n    <div class=\\\"row\\\">\\r\\n      <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n        <form id=\\\"multiStepForm\\\">\\r\\n          <div id=\\\"step1\\\">\\r\\n<div class=\\\"form-group\\\">\\r\\n              <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n              <\\/div>\\r\\n              <div class=\\\"form-check\\\">\\r\\n                <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n                <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n              <\\/div>\\r\\n            <\\/div>\\r\\n<a href=\\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\" class=\\\"btn btn-primary\\\">Submit<\\/a>\\r\\n          <\\/div>\\r\\n          \\r\\n        <\\/form>\\r\\n      <\\/div>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n  <script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n  <script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52250218\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"471caf78\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"223d085\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"349d05f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2ed2cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49f4b3b6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51b0c8e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"467464c1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1dea5015\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f6ef1c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"159632f7\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a5b0ab\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"e51b7ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ed252d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2095, 327, '_elementor_page_assets', 'a:0:{}'),
(2096, 327, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(2097, 327, '_elementor_css', 'a:6:{s:4:\"time\";i:1688964843;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2098, 328, '_elementor_edit_mode', 'builder'),
(2099, 328, '_elementor_template_type', 'wp-page'),
(2100, 328, '_elementor_version', '3.14.1'),
(2101, 328, '_wp_page_template', 'elementor_canvas'),
(2102, 328, '_elementor_data', '[{\"id\":\"3341b301\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"32fa1a83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94030f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/H-8.png\",\"id\":75,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ab98562\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":71,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/girl-with-balloons-while-her-boyfriend-carries-her-her-back-scaled.jpg\"},{\"id\":72,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/young-couple-love-outdoor-scaled.jpg\"},{\"id\":73,\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png\"}],\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"61f61669\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"12fbc09c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p style=\\\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\\\">&nbsp;START&nbsp;<em style=\\\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\\\">free<\\/em>&nbsp;VIDEO CALL&nbsp;<span style=\\\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-primary-font-family ), Sans-serif; font-size: clamp(2.625rem, 2.625rem + (1vw - 0.48rem) * 8.4135, 3.25rem); font-weight: var( --e-global-typography-primary-font-weight ); white-space-collapse: preserve; background-color: var(--wp--preset--color--base);\\\"><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b884b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FDFDFD8C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a2301f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5adfc8dc\",\"elType\":\"widget\",\"settings\":{\"html\":\"<head>\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/css\\/bootstrap.min.css\\\">\\r\\n<\\/head>\\r\\n<style>\\r\\n  #multiStepForm .form-check {\\r\\n    padding: 10px;\\r\\n    border: 1px solid #b9b9b9;\\r\\n    border-radius: 10px;\\r\\n    margin: 10px;\\r\\n  }\\r\\n<\\/style>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  <div class=\\\"row\\\">\\r\\n    <div class=\\\"col-md-6 offset-md-3\\\">\\r\\n      <form id=\\\"multiStepForm\\\">\\r\\n        <div id=\\\"step1\\\">\\r\\n          <div class=\\\"form-group\\\">\\r\\n            <h4>Select Which Type Of Call You Prefer?<\\/h4>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"videoCall\\\" value=\\\"Video Call\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"videoCall\\\">Video Call<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"voiceCall\\\" value=\\\"Voice Call\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"voiceCall\\\">Voice Call<\\/label>\\r\\n            <\\/div>\\r\\n            <div class=\\\"form-check\\\">\\r\\n              <input class=\\\"form-check-input\\\" type=\\\"radio\\\" name=\\\"callPreference\\\" id=\\\"chat\\\" value=\\\"Chat\\\" required>\\r\\n              <label class=\\\"form-check-label\\\" for=\\\"chat\\\">Chat<\\/label>\\r\\n            <\\/div>\\r\\n          <\\/div>\\r\\n          <button type=\\\"button\\\" class=\\\"btn btn-primary\\\" id=\\\"submitBtn\\\">Submit<\\/button>\\r\\n        <\\/div>\\r\\n      <\\/form>\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<script src=\\\"https:\\/\\/code.jquery.com\\/jquery-3.5.1.slim.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/cdn.jsdelivr.net\\/npm\\/@popperjs\\/core@2.5.4\\/dist\\/umd\\/popper.min.js\\\"><\\/script>\\r\\n<script src=\\\"https:\\/\\/stackpath.bootstrapcdn.com\\/bootstrap\\/4.5.0\\/js\\/bootstrap.min.js\\\"><\\/script>\\r\\n\\r\\n<script>\\r\\n  \\/\\/ Add a click event handler to the form-check elements\\r\\n  $(\'.form-check\').click(function () {\\r\\n    \\/\\/ Get the associated radio button element\\r\\n    const radioBtn = $(this).find(\'.form-check-input\')[0];\\r\\n    \\/\\/ Toggle the selected state of the radio button\\r\\n    radioBtn.checked = !radioBtn.checked;\\r\\n  });\\r\\n\\r\\n  \\/\\/ Add a click event handler to the submit button\\r\\n  $(\'#submitBtn\').click(function () {\\r\\n    \\/\\/ Get the form element\\r\\n    const form = document.getElementById(\'multiStepForm\');\\r\\n    \\/\\/ Check if the form is valid\\r\\n    if (form.checkValidity()) {\\r\\n      \\/\\/ Redirect to the other page\\r\\n      window.location.href = \\\"https:\\/\\/diginspire.in\\/dartsp\\/select-girl\\/\\\";\\r\\n    } else {\\r\\n      \\/\\/ Display form validation errors if any\\r\\n      form.reportValidity();\\r\\n    }\\r\\n  });\\r\\n<\\/script>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52250218\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#00509B\"},\"elements\":[{\"id\":\"471caf78\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"223d085\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"349d05f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2ed2cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"start a video call with hot girls\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49f4b3b6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/com-lite-chat-russiangirlcall.webp\",\"id\":74,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51b0c8e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Video Call Now\",\"align\":\"center\",\"background_color\":\"#EF1212\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"467464c1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#990000\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[{\"id\":\"1dea5015\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f6ef1c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Call with Amazing Girls\",\"header_size\":\"h5\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"159632f7\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/diginspire.in\\/dartsp\\/wp-content\\/uploads\\/2023\\/07\\/call_vid_1.mp4\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"autoplay\":\"yes\",\"mute\":\"yes\",\"show_play_icon\":\"\",\"aspect_ratio\":\"916\",\"css_filters_blur\":{\"unit\":\"px\",\"size\":1.6,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a5b0ab\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#262525\"},\"elements\":[{\"id\":\"e51b7ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ed252d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS<\\/strong><\\/p>\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2103, 328, '_elementor_page_assets', 'a:0:{}'),
(2104, 328, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(2105, 328, '_elementor_css', 'a:6:{s:4:\"time\";i:1688964843;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2106, 247, '_elementor_css', 'a:6:{s:4:\"time\";i:1688964891;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";}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:\"\";}'),
(2107, 329, '_wpcode_auto_insert', '1'),
(2108, 329, '_wpcode_auto_insert_number', '1'),
(2109, 330, '_wpcode_auto_insert', '1'),
(2110, 330, '_wpcode_library_id', '12');

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

--
-- Table structure for table `wpgx_posts`
--

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

--
-- Dumping data for table `wpgx_posts`
--

INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2023-07-04 06:40:42', '2023-07-04 06:40:42', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2023-07-04 06:40:42', '2023-07-04 06:40:42', '', 0, 'https://diginspire.in/dartsp/?p=1', 0, 'post', '', 1),
(2, 1, '2023-07-04 06:40:42', '2023-07-04 06:40:42', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://diginspire.in/dartsp/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2023-07-04 06:40:42', '2023-07-04 06:40:42', '', 0, 'https://diginspire.in/dartsp/?page_id=2', 0, 'page', '', 0),
(3, 1, '2023-07-04 06:40:42', '2023-07-04 06:40:42', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://diginspire.in/dartsp.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2023-07-04 06:40:42', '2023-07-04 06:40:42', '', 0, 'https://diginspire.in/dartsp/?page_id=3', 0, 'page', '', 0),
(5, 1, '2023-07-04 06:41:42', '2023-07-04 06:41:42', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2023-07-04 06:41:42', '2023-07-04 06:41:42', '', 0, 'https://diginspire.in/dartsp/?p=5', 0, 'elementor_library', '', 0),
(6, 1, '2023-07-04 06:50:14', '2023-07-04 06:50:14', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Press On Start Video Call Now Button\n</h4>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n		<p style=\"text-align: center;\"><strong>Live Video call With Thousand of Girl , Make Friends Online With One Click </strong></p><p>Video calls and Voice over Internet Protocol (VoIP) services have become indispensable in the age of digital communication for keeping in touch with friends, family, and coworkers all around the world. The top seven VoIP and video call service providers who have dominated the market are listed below:</p><p>Zoom: Thanks to its user-friendly design, excellent video and audio quality, and several capabilities like screen sharing and virtual backdrops, Zoom quickly became very popular during the COVID-19 pandemic and has since been a top choice for video conferencing.</p><p>Microsoft Teams: This platform for corporations delivers video calling, chat, and collaboration capabilities all in one place. It is a popular option for business settings due to its interaction with other Microsoft Office programmes and big participant capacity.</p><p>Skype: For years, Skype has been a household name for VoIP services and video communications. Users can contact international landlines and mobile numbers at reasonable prices, and it supports group calling and offers dependable communication.</p><p>Google Meet is a well-liked option for both personal and professional use. Previously known as Google Hangouts Meet. It is a dependable choice due to its seamless connection with other Google services and capacity for high participant numbers.</p><p>Featuring high-quality video and audio, screen sharing, and conference recording, Cisco Webex is a feature-rich video conferencing system. Businesses of all sizes frequently utilise it for online conferences, webinars, and teamwork.</p><p>WhatsApp: Although it’s best recognised as a messaging service, WhatsApp also has audio and video calling capabilities. It has gained worldwide traction as the preferred option for private communication due to its sizable user base and end-to-end encryption.</p><p>FaceTime offers seamless video and voice calling experiences for iPhone, iPad, and Mac users and is only available on Apple devices. It is a favourite among Apple lovers because to its simplicity of use and interaction with the Apple ecosystem.</p><p>These seven VoIP and video call service providers have transformed how people interact, making it simple for both individuals and organisations to connect and work together despite distance.</p>', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2023-07-04 06:56:39', '2023-07-04 06:56:39', '', 0, 'https://diginspire.in/dartsp/?page_id=6', 0, 'page', '', 0),
(7, 1, '2023-07-04 06:43:57', '2023-07-04 06:43:57', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-twentytwentythree', '', '', '2023-07-04 06:43:57', '2023-07-04 06:43:57', '', 0, 'https://diginspire.in/dartsp/2023/07/04/wp-global-styles-twentytwentythree/', 0, 'wp_global_styles', '', 0),
(8, 1, '2023-07-04 06:44:00', '2023-07-04 06:44:00', '', 'Home', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-07-04 06:44:00', '2023-07-04 06:44:00', '', 6, 'https://diginspire.in/dartsp/?p=8', 0, 'revision', '', 0),
(9, 1, '2023-07-04 06:55:31', '2023-07-04 06:55:31', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Press On Start Video Call Now Button\n</h4>		\n			<a href=\"#\">\n						Start Video Call Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-07-04 06:55:31', '2023-07-04 06:55:31', '', 6, 'https://diginspire.in/dartsp/?p=9', 0, 'revision', '', 0),
(10, 1, '2023-07-04 06:55:31', '2023-07-04 06:55:31', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Press On Start Video Call Now Button\n</h4>		\n			<a href=\"#\">\n						Start Video Call Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-07-04 06:55:31', '2023-07-04 06:55:31', '', 6, 'https://diginspire.in/dartsp/?p=10', 0, 'revision', '', 0),
(11, 1, '2023-07-04 06:55:31', '2023-07-04 06:55:31', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Press On Start Video Call Now Button\n</h4>		\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n		<p style=\"text-align: center;\"><strong>Live Video call With Thousand of Girl , Make Friends Online With One Click </strong></p><p>Video calls and Voice over Internet Protocol (VoIP) services have become indispensable in the age of digital communication for keeping in touch with friends, family, and coworkers all around the world. The top seven VoIP and video call service providers who have dominated the market are listed below:</p><p>Zoom: Thanks to its user-friendly design, excellent video and audio quality, and several capabilities like screen sharing and virtual backdrops, Zoom quickly became very popular during the COVID-19 pandemic and has since been a top choice for video conferencing.</p><p>Microsoft Teams: This platform for corporations delivers video calling, chat, and collaboration capabilities all in one place. It is a popular option for business settings due to its interaction with other Microsoft Office programmes and big participant capacity.</p><p>Skype: For years, Skype has been a household name for VoIP services and video communications. Users can contact international landlines and mobile numbers at reasonable prices, and it supports group calling and offers dependable communication.</p><p>Google Meet is a well-liked option for both personal and professional use. Previously known as Google Hangouts Meet. It is a dependable choice due to its seamless connection with other Google services and capacity for high participant numbers.</p><p>Featuring high-quality video and audio, screen sharing, and conference recording, Cisco Webex is a feature-rich video conferencing system. Businesses of all sizes frequently utilise it for online conferences, webinars, and teamwork.</p><p>WhatsApp: Although it’s best recognised as a messaging service, WhatsApp also has audio and video calling capabilities. It has gained worldwide traction as the preferred option for private communication due to its sizable user base and end-to-end encryption.</p><p>FaceTime offers seamless video and voice calling experiences for iPhone, iPad, and Mac users and is only available on Apple devices. It is a favourite among Apple lovers because to its simplicity of use and interaction with the Apple ecosystem.</p><p>These seven VoIP and video call service providers have transformed how people interact, making it simple for both individuals and organisations to connect and work together despite distance.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-07-04 06:55:31', '2023-07-04 06:55:31', '', 6, 'https://diginspire.in/dartsp/?p=11', 0, 'revision', '', 0),
(12, 1, '2023-07-04 06:56:38', '2023-07-04 06:56:38', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Press On Start Video Call Now Button\n</h4>		\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n		<p style=\"text-align: center;\"><strong>Live Video call With Thousand of Girl , Make Friends Online With One Click </strong></p><p>Video calls and Voice over Internet Protocol (VoIP) services have become indispensable in the age of digital communication for keeping in touch with friends, family, and coworkers all around the world. The top seven VoIP and video call service providers who have dominated the market are listed below:</p><p>Zoom: Thanks to its user-friendly design, excellent video and audio quality, and several capabilities like screen sharing and virtual backdrops, Zoom quickly became very popular during the COVID-19 pandemic and has since been a top choice for video conferencing.</p><p>Microsoft Teams: This platform for corporations delivers video calling, chat, and collaboration capabilities all in one place. It is a popular option for business settings due to its interaction with other Microsoft Office programmes and big participant capacity.</p><p>Skype: For years, Skype has been a household name for VoIP services and video communications. Users can contact international landlines and mobile numbers at reasonable prices, and it supports group calling and offers dependable communication.</p><p>Google Meet is a well-liked option for both personal and professional use. Previously known as Google Hangouts Meet. It is a dependable choice due to its seamless connection with other Google services and capacity for high participant numbers.</p><p>Featuring high-quality video and audio, screen sharing, and conference recording, Cisco Webex is a feature-rich video conferencing system. Businesses of all sizes frequently utilise it for online conferences, webinars, and teamwork.</p><p>WhatsApp: Although it’s best recognised as a messaging service, WhatsApp also has audio and video calling capabilities. It has gained worldwide traction as the preferred option for private communication due to its sizable user base and end-to-end encryption.</p><p>FaceTime offers seamless video and voice calling experiences for iPhone, iPad, and Mac users and is only available on Apple devices. It is a favourite among Apple lovers because to its simplicity of use and interaction with the Apple ecosystem.</p><p>These seven VoIP and video call service providers have transformed how people interact, making it simple for both individuals and organisations to connect and work together despite distance.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-07-04 06:56:38', '2023-07-04 06:56:38', '', 6, 'https://diginspire.in/dartsp/?p=12', 0, 'revision', '', 0),
(13, 1, '2023-07-04 06:56:38', '2023-07-04 06:56:38', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Press On Start Video Call Now Button\n</h4>		\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n		<p style=\"text-align: center;\"><strong>Live Video call With Thousand of Girl , Make Friends Online With One Click </strong></p><p>Video calls and Voice over Internet Protocol (VoIP) services have become indispensable in the age of digital communication for keeping in touch with friends, family, and coworkers all around the world. The top seven VoIP and video call service providers who have dominated the market are listed below:</p><p>Zoom: Thanks to its user-friendly design, excellent video and audio quality, and several capabilities like screen sharing and virtual backdrops, Zoom quickly became very popular during the COVID-19 pandemic and has since been a top choice for video conferencing.</p><p>Microsoft Teams: This platform for corporations delivers video calling, chat, and collaboration capabilities all in one place. It is a popular option for business settings due to its interaction with other Microsoft Office programmes and big participant capacity.</p><p>Skype: For years, Skype has been a household name for VoIP services and video communications. Users can contact international landlines and mobile numbers at reasonable prices, and it supports group calling and offers dependable communication.</p><p>Google Meet is a well-liked option for both personal and professional use. Previously known as Google Hangouts Meet. It is a dependable choice due to its seamless connection with other Google services and capacity for high participant numbers.</p><p>Featuring high-quality video and audio, screen sharing, and conference recording, Cisco Webex is a feature-rich video conferencing system. Businesses of all sizes frequently utilise it for online conferences, webinars, and teamwork.</p><p>WhatsApp: Although it’s best recognised as a messaging service, WhatsApp also has audio and video calling capabilities. It has gained worldwide traction as the preferred option for private communication due to its sizable user base and end-to-end encryption.</p><p>FaceTime offers seamless video and voice calling experiences for iPhone, iPad, and Mac users and is only available on Apple devices. It is a favourite among Apple lovers because to its simplicity of use and interaction with the Apple ecosystem.</p><p>These seven VoIP and video call service providers have transformed how people interact, making it simple for both individuals and organisations to connect and work together despite distance.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-07-04 06:56:38', '2023-07-04 06:56:38', '', 6, 'https://diginspire.in/dartsp/?p=13', 0, 'revision', '', 0),
(14, 1, '2023-07-04 06:56:39', '2023-07-04 06:56:39', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Press On Start Video Call Now Button\n</h4>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n		<p style=\"text-align: center;\"><strong>Live Video call With Thousand of Girl , Make Friends Online With One Click </strong></p><p>Video calls and Voice over Internet Protocol (VoIP) services have become indispensable in the age of digital communication for keeping in touch with friends, family, and coworkers all around the world. The top seven VoIP and video call service providers who have dominated the market are listed below:</p><p>Zoom: Thanks to its user-friendly design, excellent video and audio quality, and several capabilities like screen sharing and virtual backdrops, Zoom quickly became very popular during the COVID-19 pandemic and has since been a top choice for video conferencing.</p><p>Microsoft Teams: This platform for corporations delivers video calling, chat, and collaboration capabilities all in one place. It is a popular option for business settings due to its interaction with other Microsoft Office programmes and big participant capacity.</p><p>Skype: For years, Skype has been a household name for VoIP services and video communications. Users can contact international landlines and mobile numbers at reasonable prices, and it supports group calling and offers dependable communication.</p><p>Google Meet is a well-liked option for both personal and professional use. Previously known as Google Hangouts Meet. It is a dependable choice due to its seamless connection with other Google services and capacity for high participant numbers.</p><p>Featuring high-quality video and audio, screen sharing, and conference recording, Cisco Webex is a feature-rich video conferencing system. Businesses of all sizes frequently utilise it for online conferences, webinars, and teamwork.</p><p>WhatsApp: Although it’s best recognised as a messaging service, WhatsApp also has audio and video calling capabilities. It has gained worldwide traction as the preferred option for private communication due to its sizable user base and end-to-end encryption.</p><p>FaceTime offers seamless video and voice calling experiences for iPhone, iPad, and Mac users and is only available on Apple devices. It is a favourite among Apple lovers because to its simplicity of use and interaction with the Apple ecosystem.</p><p>These seven VoIP and video call service providers have transformed how people interact, making it simple for both individuals and organisations to connect and work together despite distance.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-07-04 06:56:39', '2023-07-04 06:56:39', '', 6, 'https://diginspire.in/dartsp/?p=14', 0, 'revision', '', 0),
(15, 1, '2023-07-04 07:03:27', '2023-07-04 07:03:27', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Age\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>Select Your Age For Right Video Match \n</h4>		\n			<a href=\"#\">\n						18+\n					</a>\n			<a href=\"#\">\n						<18\n					</a>\n		<p>The ideal age to purchase insurance relies on a number of variables, such as one’s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:</p><p>Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.</p><p>Health Insurance: Having coverage is essential at any age, but it’s necessary to do so when you’re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you’re younger can help you get better coverage alternatives and lower prices.</p><p>Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.</p><p>Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients’ homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.</p><p>Auto Insurance: It’s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.</p><p>Homeowner’s insurance: If you own a home, having homeowner’s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner’s insurance as soon as you buy a home.</p><p>In general, getting insurance when you’re younger might be advantageous because you’ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person’s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.</p>', 'Page 2', '', 'publish', 'closed', 'closed', '', 'page-2', '', '', '2023-07-04 07:07:37', '2023-07-04 07:07:37', '', 0, 'https://diginspire.in/dartsp/?page_id=15', 0, 'page', '', 0),
(16, 1, '2023-07-04 06:56:53', '2023-07-04 06:56:53', '', 'Page 2', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2023-07-04 06:56:53', '2023-07-04 06:56:53', '', 15, 'https://diginspire.in/dartsp/?p=16', 0, 'revision', '', 0),
(17, 1, '2023-07-04 06:58:12', '2023-07-04 06:58:12', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Press On Start Video Call Now Button\n</h4>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n		<p style=\"text-align: center;\"><strong>Live Video call With Thousand of Girl , Make Friends Online With One Click </strong></p><p>Video calls and Voice over Internet Protocol (VoIP) services have become indispensable in the age of digital communication for keeping in touch with friends, family, and coworkers all around the world. The top seven VoIP and video call service providers who have dominated the market are listed below:</p><p>Zoom: Thanks to its user-friendly design, excellent video and audio quality, and several capabilities like screen sharing and virtual backdrops, Zoom quickly became very popular during the COVID-19 pandemic and has since been a top choice for video conferencing.</p><p>Microsoft Teams: This platform for corporations delivers video calling, chat, and collaboration capabilities all in one place. It is a popular option for business settings due to its interaction with other Microsoft Office programmes and big participant capacity.</p><p>Skype: For years, Skype has been a household name for VoIP services and video communications. Users can contact international landlines and mobile numbers at reasonable prices, and it supports group calling and offers dependable communication.</p><p>Google Meet is a well-liked option for both personal and professional use. Previously known as Google Hangouts Meet. It is a dependable choice due to its seamless connection with other Google services and capacity for high participant numbers.</p><p>Featuring high-quality video and audio, screen sharing, and conference recording, Cisco Webex is a feature-rich video conferencing system. Businesses of all sizes frequently utilise it for online conferences, webinars, and teamwork.</p><p>WhatsApp: Although it’s best recognised as a messaging service, WhatsApp also has audio and video calling capabilities. It has gained worldwide traction as the preferred option for private communication due to its sizable user base and end-to-end encryption.</p><p>FaceTime offers seamless video and voice calling experiences for iPhone, iPad, and Mac users and is only available on Apple devices. It is a favourite among Apple lovers because to its simplicity of use and interaction with the Apple ecosystem.</p><p>These seven VoIP and video call service providers have transformed how people interact, making it simple for both individuals and organisations to connect and work together despite distance.</p>', 'dd', '', 'publish', 'closed', 'closed', '', 'dd', '', '', '2023-07-04 06:58:12', '2023-07-04 06:58:12', '', 0, 'https://diginspire.in/dartsp/?elementor_library=dd', 0, 'elementor_library', '', 0),
(18, 1, '2023-07-04 06:58:12', '2023-07-04 06:58:12', '', 'dd', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2023-07-04 06:58:12', '2023-07-04 06:58:12', '', 17, 'https://diginspire.in/dartsp/?p=18', 0, 'revision', '', 0),
(19, 1, '2023-07-04 06:58:12', '2023-07-04 06:58:12', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Press On Start Video Call Now Button\n</h4>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n		<p style=\"text-align: center;\"><strong>Live Video call With Thousand of Girl , Make Friends Online With One Click </strong></p><p>Video calls and Voice over Internet Protocol (VoIP) services have become indispensable in the age of digital communication for keeping in touch with friends, family, and coworkers all around the world. The top seven VoIP and video call service providers who have dominated the market are listed below:</p><p>Zoom: Thanks to its user-friendly design, excellent video and audio quality, and several capabilities like screen sharing and virtual backdrops, Zoom quickly became very popular during the COVID-19 pandemic and has since been a top choice for video conferencing.</p><p>Microsoft Teams: This platform for corporations delivers video calling, chat, and collaboration capabilities all in one place. It is a popular option for business settings due to its interaction with other Microsoft Office programmes and big participant capacity.</p><p>Skype: For years, Skype has been a household name for VoIP services and video communications. Users can contact international landlines and mobile numbers at reasonable prices, and it supports group calling and offers dependable communication.</p><p>Google Meet is a well-liked option for both personal and professional use. Previously known as Google Hangouts Meet. It is a dependable choice due to its seamless connection with other Google services and capacity for high participant numbers.</p><p>Featuring high-quality video and audio, screen sharing, and conference recording, Cisco Webex is a feature-rich video conferencing system. Businesses of all sizes frequently utilise it for online conferences, webinars, and teamwork.</p><p>WhatsApp: Although it’s best recognised as a messaging service, WhatsApp also has audio and video calling capabilities. It has gained worldwide traction as the preferred option for private communication due to its sizable user base and end-to-end encryption.</p><p>FaceTime offers seamless video and voice calling experiences for iPhone, iPad, and Mac users and is only available on Apple devices. It is a favourite among Apple lovers because to its simplicity of use and interaction with the Apple ecosystem.</p><p>These seven VoIP and video call service providers have transformed how people interact, making it simple for both individuals and organisations to connect and work together despite distance.</p>', 'dd', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2023-07-04 06:58:12', '2023-07-04 06:58:12', '', 17, 'https://diginspire.in/dartsp/?p=19', 0, 'revision', '', 0),
(20, 1, '2023-07-04 07:07:37', '2023-07-04 07:07:37', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Age\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>Select Your Age For Right Video Match \n</h4>		\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n		<p>The ideal age to purchase insurance relies on a number of variables, such as one’s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:</p><p>Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.</p><p>Health Insurance: Having coverage is essential at any age, but it’s necessary to do so when you’re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you’re younger can help you get better coverage alternatives and lower prices.</p><p>Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.</p><p>Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients’ homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.</p><p>Auto Insurance: It’s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.</p><p>Homeowner’s insurance: If you own a home, having homeowner’s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner’s insurance as soon as you buy a home.</p><p>In general, getting insurance when you’re younger might be advantageous because you’ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person’s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.</p>', 'Page 2', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2023-07-04 07:07:37', '2023-07-04 07:07:37', '', 15, 'https://diginspire.in/dartsp/?p=20', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(21, 1, '2023-07-04 07:07:37', '2023-07-04 07:07:37', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Age\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>Select Your Age For Right Video Match \n</h4>		\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n		<p>The ideal age to purchase insurance relies on a number of variables, such as one’s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:</p><p>Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.</p><p>Health Insurance: Having coverage is essential at any age, but it’s necessary to do so when you’re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you’re younger can help you get better coverage alternatives and lower prices.</p><p>Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.</p><p>Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients’ homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.</p><p>Auto Insurance: It’s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.</p><p>Homeowner’s insurance: If you own a home, having homeowner’s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner’s insurance as soon as you buy a home.</p><p>In general, getting insurance when you’re younger might be advantageous because you’ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person’s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.</p>', 'Page 2', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2023-07-04 07:07:37', '2023-07-04 07:07:37', '', 15, 'https://diginspire.in/dartsp/?p=21', 0, 'revision', '', 0),
(22, 1, '2023-07-04 07:07:37', '2023-07-04 07:07:37', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Age\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>Select Your Age For Right Video Match \n</h4>		\n			<a href=\"#\">\n						18+\n					</a>\n			<a href=\"#\">\n						<18\n					</a>\n		<p>The ideal age to purchase insurance relies on a number of variables, such as one’s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:</p><p>Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.</p><p>Health Insurance: Having coverage is essential at any age, but it’s necessary to do so when you’re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you’re younger can help you get better coverage alternatives and lower prices.</p><p>Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.</p><p>Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients’ homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.</p><p>Auto Insurance: It’s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.</p><p>Homeowner’s insurance: If you own a home, having homeowner’s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner’s insurance as soon as you buy a home.</p><p>In general, getting insurance when you’re younger might be advantageous because you’ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person’s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.</p>', 'Page 2', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2023-07-04 07:07:37', '2023-07-04 07:07:37', '', 15, 'https://diginspire.in/dartsp/?p=22', 0, 'revision', '', 0),
(23, 1, '2023-07-04 07:09:17', '2023-07-04 07:09:17', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Gender\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>SELECT YOUR GENDER FOR BEST GIRL\n</h4>		\n			<a href=\"#\">\n						Male\n					</a>\n			<a href=\"#\">\n						Female\n					</a>\n		<p>Unaffected by a person’s gender identification, gender equality is a fundamental value that supports justice, equal chances, and human rights. The United States has made strides towards gender equality, yet obstacles and inequalities still exist. The following are important details on gender equality in the USA:</p><p>Gender gaps in the workforce have been addressed through efforts to promote workplace equality. Sexual harassment and pay discrepancies are prohibited in the workplace by laws like the Equal Pay Act and Title VII of the Civil Rights Act. But women still have to deal with issues like the gender wage gap and underrepresentation in leadership roles.</p><p>Political Representation: Although there has been an improvement in the number of women in politics, there is still a sizable gender disparity. In Congress, state legislatures, and executive positions, women are underrepresented. To achieve gender equality in political decision-making, it is essential to encourage and assist women to run for office.</p><p>Education: A key component of promoting equal opportunities is gender equality in education. The United States has made progress towards ensuring that boys and girls have equal access to education. But there are still gender gaps in some professions, like STEM (science, technology, engineering, and mathematics), where women are underrepresented.</p><p>Violence and Discrimination: In the United States, discrimination and violence against women continue to be serious problems. Through legislative frameworks, support services, and awareness campaigns, efforts have been undertaken to address domestic violence, sexual assault, and workplace harassment. To make environments safer and guarantee survivors receive justice, greater effort is required.</p><p>Parental Leave and Work-Life Balance: It can be difficult for both men and women to balance work and family obligations. By enabling people to manage their personal and professional lives, policies that support paid parental leave, flexible work schedules, and inexpensive daycare can advance gender equality.</p><p>Intersectionality: In order to achieve gender equality, it is necessary to identify and address the various forms of discrimination that marginalised groups experience. This involves taking into account how gender identification is impacted by variables including race, ethnicity, socioeconomic level, and sexual orientation.</p><p>It’s critical to keep pushing for laws that close gender gaps, dispel gender stereotypes, and enable people of all gender identities to realise their full potential in order to advance gender equality in the United States. Gender equality in the USA can only be attained through developing inclusive workplaces, equal educational opportunities, and varied leadership representation.</p>', 'Page 3', '', 'publish', 'closed', 'closed', '', 'page-3', '', '', '2023-07-04 07:10:51', '2023-07-04 07:10:51', '', 0, 'https://diginspire.in/dartsp/?page_id=23', 0, 'page', '', 0),
(24, 1, '2023-07-04 07:08:00', '2023-07-04 07:08:00', '', 'Page 3', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2023-07-04 07:08:00', '2023-07-04 07:08:00', '', 23, 'https://diginspire.in/dartsp/?p=24', 0, 'revision', '', 0),
(25, 1, '2023-07-04 07:08:55', '2023-07-04 07:08:55', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Age\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>Select Your Age For Right Video Match \n</h4>		\n			<a href=\"#\">\n						18+\n					</a>\n			<a href=\"#\">\n						<18\n					</a>\n		<p>The ideal age to purchase insurance relies on a number of variables, such as one’s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:</p><p>Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.</p><p>Health Insurance: Having coverage is essential at any age, but it’s necessary to do so when you’re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you’re younger can help you get better coverage alternatives and lower prices.</p><p>Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.</p><p>Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients’ homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.</p><p>Auto Insurance: It’s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.</p><p>Homeowner’s insurance: If you own a home, having homeowner’s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner’s insurance as soon as you buy a home.</p><p>In general, getting insurance when you’re younger might be advantageous because you’ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person’s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.</p>', 'd', '', 'publish', 'closed', 'closed', '', 'd', '', '', '2023-07-04 07:08:55', '2023-07-04 07:08:55', '', 0, 'https://diginspire.in/dartsp/?elementor_library=d', 0, 'elementor_library', '', 0),
(26, 1, '2023-07-04 07:08:55', '2023-07-04 07:08:55', '', 'd', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2023-07-04 07:08:55', '2023-07-04 07:08:55', '', 25, 'https://diginspire.in/dartsp/?p=26', 0, 'revision', '', 0),
(27, 1, '2023-07-04 07:08:55', '2023-07-04 07:08:55', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Age\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>Select Your Age For Right Video Match \n</h4>		\n			<a href=\"#\">\n						18+\n					</a>\n			<a href=\"#\">\n						<18\n					</a>\n		<p>The ideal age to purchase insurance relies on a number of variables, such as one’s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:</p><p>Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.</p><p>Health Insurance: Having coverage is essential at any age, but it’s necessary to do so when you’re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you’re younger can help you get better coverage alternatives and lower prices.</p><p>Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.</p><p>Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients’ homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.</p><p>Auto Insurance: It’s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.</p><p>Homeowner’s insurance: If you own a home, having homeowner’s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner’s insurance as soon as you buy a home.</p><p>In general, getting insurance when you’re younger might be advantageous because you’ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person’s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.</p>', 'd', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2023-07-04 07:08:55', '2023-07-04 07:08:55', '', 25, 'https://diginspire.in/dartsp/?p=27', 0, 'revision', '', 0),
(28, 1, '2023-07-04 07:10:50', '2023-07-04 07:10:50', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Age\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>Select Your Age For Right Video Match \n</h4>		\n			<a href=\"#\">\n						18+\n					</a>\n			<a href=\"#\">\n						<18\n					</a>\n		<p>The ideal age to purchase insurance relies on a number of variables, such as one’s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:</p><p>Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.</p><p>Health Insurance: Having coverage is essential at any age, but it’s necessary to do so when you’re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you’re younger can help you get better coverage alternatives and lower prices.</p><p>Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.</p><p>Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients’ homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.</p><p>Auto Insurance: It’s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.</p><p>Homeowner’s insurance: If you own a home, having homeowner’s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner’s insurance as soon as you buy a home.</p><p>In general, getting insurance when you’re younger might be advantageous because you’ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person’s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.</p>', 'Page 3', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2023-07-04 07:10:50', '2023-07-04 07:10:50', '', 23, 'https://diginspire.in/dartsp/?p=28', 0, 'revision', '', 0),
(29, 1, '2023-07-04 07:10:50', '2023-07-04 07:10:50', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Age\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>Select Your Age For Right Video Match \n</h4>		\n			<a href=\"#\">\n						18+\n					</a>\n			<a href=\"#\">\n						<18\n					</a>\n		<p>The ideal age to purchase insurance relies on a number of variables, such as one’s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:</p><p>Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.</p><p>Health Insurance: Having coverage is essential at any age, but it’s necessary to do so when you’re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you’re younger can help you get better coverage alternatives and lower prices.</p><p>Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.</p><p>Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients’ homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.</p><p>Auto Insurance: It’s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.</p><p>Homeowner’s insurance: If you own a home, having homeowner’s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner’s insurance as soon as you buy a home.</p><p>In general, getting insurance when you’re younger might be advantageous because you’ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person’s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.</p>', 'Page 3', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2023-07-04 07:10:50', '2023-07-04 07:10:50', '', 23, 'https://diginspire.in/dartsp/?p=29', 0, 'revision', '', 0),
(30, 1, '2023-07-04 07:10:51', '2023-07-04 07:10:51', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Gender\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>SELECT YOUR GENDER FOR BEST GIRL\n</h4>		\n			<a href=\"#\">\n						Male\n					</a>\n			<a href=\"#\">\n						Female\n					</a>\n		<p>Unaffected by a person’s gender identification, gender equality is a fundamental value that supports justice, equal chances, and human rights. The United States has made strides towards gender equality, yet obstacles and inequalities still exist. The following are important details on gender equality in the USA:</p><p>Gender gaps in the workforce have been addressed through efforts to promote workplace equality. Sexual harassment and pay discrepancies are prohibited in the workplace by laws like the Equal Pay Act and Title VII of the Civil Rights Act. But women still have to deal with issues like the gender wage gap and underrepresentation in leadership roles.</p><p>Political Representation: Although there has been an improvement in the number of women in politics, there is still a sizable gender disparity. In Congress, state legislatures, and executive positions, women are underrepresented. To achieve gender equality in political decision-making, it is essential to encourage and assist women to run for office.</p><p>Education: A key component of promoting equal opportunities is gender equality in education. The United States has made progress towards ensuring that boys and girls have equal access to education. But there are still gender gaps in some professions, like STEM (science, technology, engineering, and mathematics), where women are underrepresented.</p><p>Violence and Discrimination: In the United States, discrimination and violence against women continue to be serious problems. Through legislative frameworks, support services, and awareness campaigns, efforts have been undertaken to address domestic violence, sexual assault, and workplace harassment. To make environments safer and guarantee survivors receive justice, greater effort is required.</p><p>Parental Leave and Work-Life Balance: It can be difficult for both men and women to balance work and family obligations. By enabling people to manage their personal and professional lives, policies that support paid parental leave, flexible work schedules, and inexpensive daycare can advance gender equality.</p><p>Intersectionality: In order to achieve gender equality, it is necessary to identify and address the various forms of discrimination that marginalised groups experience. This involves taking into account how gender identification is impacted by variables including race, ethnicity, socioeconomic level, and sexual orientation.</p><p>It’s critical to keep pushing for laws that close gender gaps, dispel gender stereotypes, and enable people of all gender identities to realise their full potential in order to advance gender equality in the United States. Gender equality in the USA can only be attained through developing inclusive workplaces, equal educational opportunities, and varied leadership representation.</p>', 'Page 3', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2023-07-04 07:10:51', '2023-07-04 07:10:51', '', 23, 'https://diginspire.in/dartsp/?p=30', 0, 'revision', '', 0),
(31, 1, '2023-07-04 07:13:44', '2023-07-04 07:13:44', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Interest\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>WHO YOU INTERESTED TO TALK ? \n</h4>		\n			<a href=\"#\">\n						Boy\n					</a>\n			<a href=\"#\">\n						Girl\n					</a>\n		<p>Top 7 dating apps for use 2023</p><p>Mobile applications have revolutionised the dating scene by making it easier and more convenient for people to meet possible companions. Here are seven well-liked dating applications that have attracted lots of users:</p><p>One of the most well-known dating applications in the world, Tinder is renowned for its swipe-based matching method. When viewing profiles, users have the option to swipe right to show interest or left to pass. It is user-friendly and accessible to a wide audience thanks to its vast user base.</p><p>Bumble: By enabling women to initiate contact, Bumble adds a novel twist to conventional dating applications. Women have 24 hours after finding a match to strike up a discussion. In order to meet various relationship demands, Bumble also provides possibilities for networking with friends and in the workplace.</p><p>OkCupid: With its in-depth profiles and compatibility-based matching system, OkCupid stands out. Users can respond to a series of questions to locate mates based on shared beliefs and interests. It provides a wide range of communication choices and a broad user base.</p><p>Hinge: By encouraging users to create thorough profiles and start conversations based on common interests, Hinge aims to help people make meaningful relationships. By showcasing user preferences and promoting more than simply superficial swiping, it highlights the value of genuine connections.</p><p>Coffee Meets Bagel: We prioritise quality over quantity at Coffee Meets Bagel. Users receive “bagels”—a daily curation of possible matches—each day. If there is mutual interest, a conversation may begin. This strategy promotes more deliberate interactions.</p><p>One of the first and most well-known dating services is Match.com. It provides a sizable user base, thorough profiles, and sophisticated search criteria. To improve the dating experience, the site offers a variety of services and membership plans.</p><p>Grindr is a dating app that is exclusively made for LGBTQ+ people, focusing on gay, bisexual, and transgender males. It makes location-based matching easier and offers a venue for social networking, deep connections, and chance meetings.</p><p>With their distinctive features and methods for meeting possible mates, these dating apps cater to a variety of preferences. When choosing the app that best meets their needs, users should take into account their individual dating goals, desired features, and user demographics.</p>', 'page 4', '', 'publish', 'closed', 'closed', '', 'page-4', '', '', '2023-07-04 07:15:51', '2023-07-04 07:15:51', '', 0, 'https://diginspire.in/dartsp/?page_id=31', 0, 'page', '', 0),
(32, 1, '2023-07-04 07:11:24', '2023-07-04 07:11:24', '', 'page 4', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2023-07-04 07:11:24', '2023-07-04 07:11:24', '', 31, 'https://diginspire.in/dartsp/?p=32', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(33, 1, '2023-07-04 07:15:51', '2023-07-04 07:15:51', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Interest\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>WHO YOU INTERESTED TO TALK ? \n</h4>		\n			<a href=\"#\">\n						18+\n					</a>\n			<a href=\"#\">\n						<18\n					</a>\n		<p>The ideal age to purchase insurance relies on a number of variables, such as one’s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:</p><p>Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.</p><p>Health Insurance: Having coverage is essential at any age, but it’s necessary to do so when you’re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you’re younger can help you get better coverage alternatives and lower prices.</p><p>Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.</p><p>Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients’ homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.</p><p>Auto Insurance: It’s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.</p><p>Homeowner’s insurance: If you own a home, having homeowner’s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner’s insurance as soon as you buy a home.</p><p>In general, getting insurance when you’re younger might be advantageous because you’ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person’s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.</p>', 'page 4', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2023-07-04 07:15:51', '2023-07-04 07:15:51', '', 31, 'https://diginspire.in/dartsp/?p=33', 0, 'revision', '', 0),
(34, 1, '2023-07-04 07:15:51', '2023-07-04 07:15:51', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Interest\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>WHO YOU INTERESTED TO TALK ? \n</h4>		\n			<a href=\"#\">\n						18+\n					</a>\n			<a href=\"#\">\n						<18\n					</a>\n		<p>The ideal age to purchase insurance relies on a number of variables, such as one’s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:</p><p>Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.</p><p>Health Insurance: Having coverage is essential at any age, but it’s necessary to do so when you’re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you’re younger can help you get better coverage alternatives and lower prices.</p><p>Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.</p><p>Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients’ homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.</p><p>Auto Insurance: It’s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.</p><p>Homeowner’s insurance: If you own a home, having homeowner’s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner’s insurance as soon as you buy a home.</p><p>In general, getting insurance when you’re younger might be advantageous because you’ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person’s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.</p>', 'page 4', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2023-07-04 07:15:51', '2023-07-04 07:15:51', '', 31, 'https://diginspire.in/dartsp/?p=34', 0, 'revision', '', 0),
(35, 1, '2023-07-04 07:15:51', '2023-07-04 07:15:51', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Interest\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>WHO YOU INTERESTED TO TALK ? \n</h4>		\n			<a href=\"#\">\n						Boy\n					</a>\n			<a href=\"#\">\n						Girl\n					</a>\n		<p>Top 7 dating apps for use 2023</p><p>Mobile applications have revolutionised the dating scene by making it easier and more convenient for people to meet possible companions. Here are seven well-liked dating applications that have attracted lots of users:</p><p>One of the most well-known dating applications in the world, Tinder is renowned for its swipe-based matching method. When viewing profiles, users have the option to swipe right to show interest or left to pass. It is user-friendly and accessible to a wide audience thanks to its vast user base.</p><p>Bumble: By enabling women to initiate contact, Bumble adds a novel twist to conventional dating applications. Women have 24 hours after finding a match to strike up a discussion. In order to meet various relationship demands, Bumble also provides possibilities for networking with friends and in the workplace.</p><p>OkCupid: With its in-depth profiles and compatibility-based matching system, OkCupid stands out. Users can respond to a series of questions to locate mates based on shared beliefs and interests. It provides a wide range of communication choices and a broad user base.</p><p>Hinge: By encouraging users to create thorough profiles and start conversations based on common interests, Hinge aims to help people make meaningful relationships. By showcasing user preferences and promoting more than simply superficial swiping, it highlights the value of genuine connections.</p><p>Coffee Meets Bagel: We prioritise quality over quantity at Coffee Meets Bagel. Users receive “bagels”—a daily curation of possible matches—each day. If there is mutual interest, a conversation may begin. This strategy promotes more deliberate interactions.</p><p>One of the first and most well-known dating services is Match.com. It provides a sizable user base, thorough profiles, and sophisticated search criteria. To improve the dating experience, the site offers a variety of services and membership plans.</p><p>Grindr is a dating app that is exclusively made for LGBTQ+ people, focusing on gay, bisexual, and transgender males. It makes location-based matching easier and offers a venue for social networking, deep connections, and chance meetings.</p><p>With their distinctive features and methods for meeting possible mates, these dating apps cater to a variety of preferences. When choosing the app that best meets their needs, users should take into account their individual dating goals, desired features, and user demographics.</p>', 'page 4', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2023-07-04 07:15:51', '2023-07-04 07:15:51', '', 31, 'https://diginspire.in/dartsp/?p=35', 0, 'revision', '', 0),
(37, 1, '2023-07-04 07:17:18', '2023-07-04 07:17:18', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Friend\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n			<a href=\"#\">\n						Load More\n					</a>\n		<p>To protect themselves and their assets when kids begin their transition to adulthood, it’s crucial to make sure they have the right insurance coverage. The greatest insurance alternatives for teen females in the US are highlighted in this article, with an emphasis on important topics including auto insurance, health insurance, and personal liability protection.</p><p> </p><p>Auto Insurance: Having auto insurance is essential for adolescent girls who have just received their driver’s license. It’s crucial to locate an insurance company that provides young drivers with comprehensive coverage at affordable rates. Specialized plans for adolescent drivers are frequently offered by companies like State Farm, GEICO, and Progressive, and sometimes include discounts for high grades and safe driving practices. Parents may also want to think about include their teen in their current auto insurance plan so they may take advantage of multi-vehicle discounts and possibly lower premiums.</p><p> </p><p>Health Insurance: Teenage females need health insurance to ensure access to necessary medical care and to guard against unforeseen medical costs. Many workplaces provide dependent children with health insurance coverage. Alternatively, parents can look into choices through the Medicaid/CHIP programmes or the Affordable Care Act (ACA) marketplace depending on their qualifying requirements. When choosing a health insurance plan for teenage girls, it’s crucial to take the coverage limits, deductibles, and network of healthcare providers into account.</p><p> </p><p>Personal Liability Coverage: In the event of accidents or property damage, personal liability coverage, such as renter’s insurance or umbrella insurance, may be able to offer financial security. Renter’s insurance can cover personal possessions and give liability protection in case of accidents or injuries if a teenage girl is renting a flat or sharing a living space. Additional protection is offered by umbrella insurance, which increases liability coverage above the limitations of vehicle or homeowner’s insurance. It is wise to speak with insurance providers to decide on the right level of coverage and take into account any exclusions or limitations.</p><p> </p><p>Conclusion: Having the right insurance coverage is essential as young girls manage the move to adulthood. For their protection and financial security, personal liability insurance, health insurance, and auto insurance are crucial factors. Parents may make sure teenage girls in the US get the finest insurance coverage suited to their unique needs by doing their research on trustworthy insurance providers, comparing coverage options, and comprehending policy terms.</p>', 'Page 7', '', 'publish', 'closed', 'closed', '', 'page-7', '', '', '2023-07-04 07:20:20', '2023-07-04 07:20:20', '', 0, 'https://diginspire.in/dartsp/?page_id=37', 0, 'page', '', 0),
(38, 1, '2023-07-04 07:17:03', '2023-07-04 07:17:03', '', 'Page 7', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2023-07-04 07:17:03', '2023-07-04 07:17:03', '', 37, 'https://diginspire.in/dartsp/?p=38', 0, 'revision', '', 0),
(39, 1, '2023-07-04 07:18:14', '2023-07-04 07:18:14', '', 'Mask-group-5', '', 'inherit', 'open', 'closed', '', 'mask-group-5', '', '', '2023-07-04 07:18:14', '2023-07-04 07:18:14', '', 0, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5.png', 0, 'attachment', 'image/png', 0),
(40, 1, '2023-07-04 07:18:15', '2023-07-04 07:18:15', '', 'Mask-group-3', '', 'inherit', 'open', 'closed', '', 'mask-group-3', '', '', '2023-07-04 07:18:15', '2023-07-04 07:18:15', '', 0, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3.png', 0, 'attachment', 'image/png', 0),
(41, 1, '2023-07-04 07:18:27', '2023-07-04 07:18:27', '', 'Mask-group-4', '', 'inherit', 'open', 'closed', '', 'mask-group-4', '', '', '2023-07-04 07:18:27', '2023-07-04 07:18:27', '', 0, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4.png', 0, 'attachment', 'image/png', 0),
(42, 1, '2023-07-04 07:18:28', '2023-07-04 07:18:28', '', 'Mask-group-2', '', 'inherit', 'open', 'closed', '', 'mask-group-2', '', '', '2023-07-04 07:18:28', '2023-07-04 07:18:28', '', 0, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2.png', 0, 'attachment', 'image/png', 0),
(43, 1, '2023-07-04 07:18:40', '2023-07-04 07:18:40', '', 'Mask-group-2-1', '', 'inherit', 'open', 'closed', '', 'mask-group-2-1', '', '', '2023-07-04 07:18:40', '2023-07-04 07:18:40', '', 0, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1.png', 0, 'attachment', 'image/png', 0),
(44, 1, '2023-07-04 07:19:40', '2023-07-04 07:19:40', '', 'Mask-group-13-1', '', 'inherit', 'open', 'closed', '', 'mask-group-13-1', '', '', '2023-07-04 07:19:40', '2023-07-04 07:19:40', '', 0, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1.png', 0, 'attachment', 'image/png', 0),
(45, 1, '2023-07-04 07:20:03', '2023-07-04 07:20:03', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Age\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>Select Your Age For Right Video Match \n</h4>		\n			<a href=\"#\">\n						18+\n					</a>\n			<a href=\"#\">\n						<18\n					</a>\n		<p>The ideal age to purchase insurance relies on a number of variables, such as one’s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:</p><p>Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.</p><p>Health Insurance: Having coverage is essential at any age, but it’s necessary to do so when you’re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you’re younger can help you get better coverage alternatives and lower prices.</p><p>Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.</p><p>Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients’ homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.</p><p>Auto Insurance: It’s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.</p><p>Homeowner’s insurance: If you own a home, having homeowner’s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner’s insurance as soon as you buy a home.</p><p>In general, getting insurance when you’re younger might be advantageous because you’ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person’s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.</p>', 'Page 7', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2023-07-04 07:20:03', '2023-07-04 07:20:03', '', 37, 'https://diginspire.in/dartsp/?p=45', 0, 'revision', '', 0),
(46, 1, '2023-07-04 07:20:03', '2023-07-04 07:20:03', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Age\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>Select Your Age For Right Video Match \n</h4>		\n			<a href=\"#\">\n						18+\n					</a>\n			<a href=\"#\">\n						<18\n					</a>\n		<p>The ideal age to purchase insurance relies on a number of variables, such as one’s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:</p><p>Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.</p><p>Health Insurance: Having coverage is essential at any age, but it’s necessary to do so when you’re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you’re younger can help you get better coverage alternatives and lower prices.</p><p>Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.</p><p>Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients’ homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.</p><p>Auto Insurance: It’s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.</p><p>Homeowner’s insurance: If you own a home, having homeowner’s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner’s insurance as soon as you buy a home.</p><p>In general, getting insurance when you’re younger might be advantageous because you’ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person’s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.</p>', 'Page 7', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2023-07-04 07:20:03', '2023-07-04 07:20:03', '', 37, 'https://diginspire.in/dartsp/?p=46', 0, 'revision', '', 0),
(47, 1, '2023-07-04 07:20:04', '2023-07-04 07:20:04', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Friend\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n			<a href=\"#\">\n						Load More\n					</a>\n		<p>To protect themselves and their assets when kids begin their transition to adulthood, it’s crucial to make sure they have the right insurance coverage. The greatest insurance alternatives for teen females in the US are highlighted in this article, with an emphasis on important topics including auto insurance, health insurance, and personal liability protection.</p><p> </p><p>Auto Insurance: Having auto insurance is essential for adolescent girls who have just received their driver’s license. It’s crucial to locate an insurance company that provides young drivers with comprehensive coverage at affordable rates. Specialized plans for adolescent drivers are frequently offered by companies like State Farm, GEICO, and Progressive, and sometimes include discounts for high grades and safe driving practices. Parents may also want to think about include their teen in their current auto insurance plan so they may take advantage of multi-vehicle discounts and possibly lower premiums.</p><p> </p><p>Health Insurance: Teenage females need health insurance to ensure access to necessary medical care and to guard against unforeseen medical costs. Many workplaces provide dependent children with health insurance coverage. Alternatively, parents can look into choices through the Medicaid/CHIP programmes or the Affordable Care Act (ACA) marketplace depending on their qualifying requirements. When choosing a health insurance plan for teenage girls, it’s crucial to take the coverage limits, deductibles, and network of healthcare providers into account.</p><p> </p><p>Personal Liability Coverage: In the event of accidents or property damage, personal liability coverage, such as renter’s insurance or umbrella insurance, may be able to offer financial security. Renter’s insurance can cover personal possessions and give liability protection in case of accidents or injuries if a teenage girl is renting a flat or sharing a living space. Additional protection is offered by umbrella insurance, which increases liability coverage above the limitations of vehicle or homeowner’s insurance. It is wise to speak with insurance providers to decide on the right level of coverage and take into account any exclusions or limitations.</p><p> </p><p>Conclusion: Having the right insurance coverage is essential as young girls manage the move to adulthood. For their protection and financial security, personal liability insurance, health insurance, and auto insurance are crucial factors. Parents may make sure teenage girls in the US get the finest insurance coverage suited to their unique needs by doing their research on trustworthy insurance providers, comparing coverage options, and comprehending policy terms.</p>', 'Page 7', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2023-07-04 07:20:04', '2023-07-04 07:20:04', '', 37, 'https://diginspire.in/dartsp/?p=47', 0, 'revision', '', 0),
(48, 1, '2023-07-04 07:20:19', '2023-07-04 07:20:19', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Friend\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n			<a href=\"#\">\n						Load More\n					</a>\n		<p>To protect themselves and their assets when kids begin their transition to adulthood, it’s crucial to make sure they have the right insurance coverage. The greatest insurance alternatives for teen females in the US are highlighted in this article, with an emphasis on important topics including auto insurance, health insurance, and personal liability protection.</p><p> </p><p>Auto Insurance: Having auto insurance is essential for adolescent girls who have just received their driver’s license. It’s crucial to locate an insurance company that provides young drivers with comprehensive coverage at affordable rates. Specialized plans for adolescent drivers are frequently offered by companies like State Farm, GEICO, and Progressive, and sometimes include discounts for high grades and safe driving practices. Parents may also want to think about include their teen in their current auto insurance plan so they may take advantage of multi-vehicle discounts and possibly lower premiums.</p><p> </p><p>Health Insurance: Teenage females need health insurance to ensure access to necessary medical care and to guard against unforeseen medical costs. Many workplaces provide dependent children with health insurance coverage. Alternatively, parents can look into choices through the Medicaid/CHIP programmes or the Affordable Care Act (ACA) marketplace depending on their qualifying requirements. When choosing a health insurance plan for teenage girls, it’s crucial to take the coverage limits, deductibles, and network of healthcare providers into account.</p><p> </p><p>Personal Liability Coverage: In the event of accidents or property damage, personal liability coverage, such as renter’s insurance or umbrella insurance, may be able to offer financial security. Renter’s insurance can cover personal possessions and give liability protection in case of accidents or injuries if a teenage girl is renting a flat or sharing a living space. Additional protection is offered by umbrella insurance, which increases liability coverage above the limitations of vehicle or homeowner’s insurance. It is wise to speak with insurance providers to decide on the right level of coverage and take into account any exclusions or limitations.</p><p> </p><p>Conclusion: Having the right insurance coverage is essential as young girls manage the move to adulthood. For their protection and financial security, personal liability insurance, health insurance, and auto insurance are crucial factors. Parents may make sure teenage girls in the US get the finest insurance coverage suited to their unique needs by doing their research on trustworthy insurance providers, comparing coverage options, and comprehending policy terms.</p>', 'Page 7', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2023-07-04 07:20:19', '2023-07-04 07:20:19', '', 37, 'https://diginspire.in/dartsp/?p=48', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(49, 1, '2023-07-04 07:20:19', '2023-07-04 07:20:19', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Friend\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n			<a href=\"#\">\n						Load More\n					</a>\n		<p>To protect themselves and their assets when kids begin their transition to adulthood, it’s crucial to make sure they have the right insurance coverage. The greatest insurance alternatives for teen females in the US are highlighted in this article, with an emphasis on important topics including auto insurance, health insurance, and personal liability protection.</p><p> </p><p>Auto Insurance: Having auto insurance is essential for adolescent girls who have just received their driver’s license. It’s crucial to locate an insurance company that provides young drivers with comprehensive coverage at affordable rates. Specialized plans for adolescent drivers are frequently offered by companies like State Farm, GEICO, and Progressive, and sometimes include discounts for high grades and safe driving practices. Parents may also want to think about include their teen in their current auto insurance plan so they may take advantage of multi-vehicle discounts and possibly lower premiums.</p><p> </p><p>Health Insurance: Teenage females need health insurance to ensure access to necessary medical care and to guard against unforeseen medical costs. Many workplaces provide dependent children with health insurance coverage. Alternatively, parents can look into choices through the Medicaid/CHIP programmes or the Affordable Care Act (ACA) marketplace depending on their qualifying requirements. When choosing a health insurance plan for teenage girls, it’s crucial to take the coverage limits, deductibles, and network of healthcare providers into account.</p><p> </p><p>Personal Liability Coverage: In the event of accidents or property damage, personal liability coverage, such as renter’s insurance or umbrella insurance, may be able to offer financial security. Renter’s insurance can cover personal possessions and give liability protection in case of accidents or injuries if a teenage girl is renting a flat or sharing a living space. Additional protection is offered by umbrella insurance, which increases liability coverage above the limitations of vehicle or homeowner’s insurance. It is wise to speak with insurance providers to decide on the right level of coverage and take into account any exclusions or limitations.</p><p> </p><p>Conclusion: Having the right insurance coverage is essential as young girls manage the move to adulthood. For their protection and financial security, personal liability insurance, health insurance, and auto insurance are crucial factors. Parents may make sure teenage girls in the US get the finest insurance coverage suited to their unique needs by doing their research on trustworthy insurance providers, comparing coverage options, and comprehending policy terms.</p>', 'Page 7', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2023-07-04 07:20:19', '2023-07-04 07:20:19', '', 37, 'https://diginspire.in/dartsp/?p=49', 0, 'revision', '', 0),
(50, 1, '2023-07-04 07:20:20', '2023-07-04 07:20:20', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Friend\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-5-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-3-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-4-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-2-1-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n															<img width=\"452\" height=\"337\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1.png 452w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/Mask-group-13-1-300x224.png 300w\" sizes=\"(max-width: 452px) 100vw, 452px\" />															\n			<a href=\"#\">\n						Load More\n					</a>\n		<p>To protect themselves and their assets when kids begin their transition to adulthood, it’s crucial to make sure they have the right insurance coverage. The greatest insurance alternatives for teen females in the US are highlighted in this article, with an emphasis on important topics including auto insurance, health insurance, and personal liability protection.</p><p> </p><p>Auto Insurance: Having auto insurance is essential for adolescent girls who have just received their driver’s license. It’s crucial to locate an insurance company that provides young drivers with comprehensive coverage at affordable rates. Specialized plans for adolescent drivers are frequently offered by companies like State Farm, GEICO, and Progressive, and sometimes include discounts for high grades and safe driving practices. Parents may also want to think about include their teen in their current auto insurance plan so they may take advantage of multi-vehicle discounts and possibly lower premiums.</p><p> </p><p>Health Insurance: Teenage females need health insurance to ensure access to necessary medical care and to guard against unforeseen medical costs. Many workplaces provide dependent children with health insurance coverage. Alternatively, parents can look into choices through the Medicaid/CHIP programmes or the Affordable Care Act (ACA) marketplace depending on their qualifying requirements. When choosing a health insurance plan for teenage girls, it’s crucial to take the coverage limits, deductibles, and network of healthcare providers into account.</p><p> </p><p>Personal Liability Coverage: In the event of accidents or property damage, personal liability coverage, such as renter’s insurance or umbrella insurance, may be able to offer financial security. Renter’s insurance can cover personal possessions and give liability protection in case of accidents or injuries if a teenage girl is renting a flat or sharing a living space. Additional protection is offered by umbrella insurance, which increases liability coverage above the limitations of vehicle or homeowner’s insurance. It is wise to speak with insurance providers to decide on the right level of coverage and take into account any exclusions or limitations.</p><p> </p><p>Conclusion: Having the right insurance coverage is essential as young girls manage the move to adulthood. For their protection and financial security, personal liability insurance, health insurance, and auto insurance are crucial factors. Parents may make sure teenage girls in the US get the finest insurance coverage suited to their unique needs by doing their research on trustworthy insurance providers, comparing coverage options, and comprehending policy terms.</p>', 'Page 7', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2023-07-04 07:20:20', '2023-07-04 07:20:20', '', 37, 'https://diginspire.in/dartsp/?p=50', 0, 'revision', '', 0),
(51, 1, '2023-07-04 07:21:12', '2023-07-04 07:21:12', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Marital Status\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Single\n					</a>\n			<a href=\"#\">\n						Married\n					</a>\n			<a href=\"#\">\n						Divorced\n					</a>\n		<p> </p><p>Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we’ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.</p><p>The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The</p><p>WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app’s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.</p><p>Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola’s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner</p><p>Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy’s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app’s private messaging feature.</p><p>Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.</p><p>The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.</p>', 'Page 8', '', 'publish', 'closed', 'closed', '', 'page-8', '', '', '2023-07-04 07:24:55', '2023-07-04 07:24:55', '', 0, 'https://diginspire.in/dartsp/?page_id=51', 0, 'page', '', 0),
(52, 1, '2023-07-04 07:20:51', '2023-07-04 07:20:51', '', 'Page 8', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2023-07-04 07:20:51', '2023-07-04 07:20:51', '', 51, 'https://diginspire.in/dartsp/?p=52', 0, 'revision', '', 0),
(53, 1, '2023-07-04 07:24:54', '2023-07-04 07:24:54', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Age\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>Select Your Age For Right Video Match \n</h4>		\n			<a href=\"#\">\n						18+\n					</a>\n			<a href=\"#\">\n						<18\n					</a>\n		<p>The ideal age to purchase insurance relies on a number of variables, such as one’s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:</p><p>Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.</p><p>Health Insurance: Having coverage is essential at any age, but it’s necessary to do so when you’re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you’re younger can help you get better coverage alternatives and lower prices.</p><p>Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.</p><p>Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients’ homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.</p><p>Auto Insurance: It’s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.</p><p>Homeowner’s insurance: If you own a home, having homeowner’s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner’s insurance as soon as you buy a home.</p><p>In general, getting insurance when you’re younger might be advantageous because you’ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person’s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.</p>', 'Page 8', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2023-07-04 07:24:54', '2023-07-04 07:24:54', '', 51, 'https://diginspire.in/dartsp/?p=53', 0, 'revision', '', 0),
(54, 1, '2023-07-04 07:24:55', '2023-07-04 07:24:55', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Age\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h4>Select Your Age For Right Video Match \n</h4>		\n			<a href=\"#\">\n						18+\n					</a>\n			<a href=\"#\">\n						<18\n					</a>\n		<p>The ideal age to purchase insurance relies on a number of variables, such as one’s personal situation, financial security, and insurance need. Considerations for various insurance types include the following:</p><p>Life insurance: Generally, when you have dependents or financial commitments, such as a mortgage or other bills, it is best to buy life insurance while you are older. This makes sure that in the event of your unexpected demise, your loved ones would be financially secure. Age and health are two criteria that determine pricing, thus the younger you are when you purchase life insurance, the lower the premiums typically are.</p><p>Health Insurance: Having coverage is essential at any age, but it’s necessary to do so when you’re young and healthy. Health insurance gives access to vital healthcare services without imposing significant charges, and unexpected medical bills can occur. Furthermore, getting health insurance when you’re younger can help you get better coverage alternatives and lower prices.</p><p>Disability Insurance: If you become disabled and are unable to work, disability insurance is intended to replace your income. When you start working and earning a regular income is the best time to buy disability insurance. Disability insurance protects your financial stability and helps cover living expenses while you are disabled. Accidents and illnesses can strike anyone at any age.</p><p>Long-Term Care Insurance: Long-term care insurance assists in defraying the costs of long-term care services, including those provided at nursing homes, assisted living facilities, or clients’ homes. Typically, between the ages of 50 and 60, when you are still in good health and premiums are more reasonable, is the best time to think about getting long-term care insurance. Waiting too long could lead to fewer options or more expensive rates because of age-related health issues.</p><p>Auto Insurance: It’s critical to obtain coverage as soon as you begin driving because auto insurance is typically required by law. Age, driving history, and the kind of vehicle are some of the variables that might affect the price of auto insurance. Due to their inexperience behind the wheel and higher rates, younger drivers.</p><p>Homeowner’s insurance: If you own a home, having homeowner’s insurance is crucial to safeguarding your possessions from unanticipated occurrences like theft, natural catastrophes, and liability claims. To protect your investment and possessions, it is advised to purchase homeowner’s insurance as soon as you buy a home.</p><p>In general, getting insurance when you’re younger might be advantageous because you’ll often pay fewer premiums, have more coverage alternatives, and are more likely to be in good health. The ideal age to get insurance should be determined, however, after taking into account each person’s distinctive insurance requirements and financial situation. You can make wise choices based on your particular circumstances by speaking with insurance or financial consultants.</p>', 'Page 8', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2023-07-04 07:24:55', '2023-07-04 07:24:55', '', 51, 'https://diginspire.in/dartsp/?p=54', 0, 'revision', '', 0),
(55, 1, '2023-07-04 07:24:55', '2023-07-04 07:24:55', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Marital Status\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Single\n					</a>\n			<a href=\"#\">\n						Married\n					</a>\n			<a href=\"#\">\n						Divorced\n					</a>\n		<p> </p><p>Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we’ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.</p><p>The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The</p><p>WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app’s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.</p><p>Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola’s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner</p><p>Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy’s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app’s private messaging feature.</p><p>Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.</p><p>The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.</p>', 'Page 8', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2023-07-04 07:24:55', '2023-07-04 07:24:55', '', 51, 'https://diginspire.in/dartsp/?p=55', 0, 'revision', '', 0),
(56, 1, '2023-07-04 07:28:37', '2023-07-04 07:28:37', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Marital Status\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Single\n					</a>\n			<a href=\"#\">\n						Married\n					</a>\n			<a href=\"#\">\n						Divorced\n					</a>\n		<p> </p><p>Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we’ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.</p><p>The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The</p><p>WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app’s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.</p><p>Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola’s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner</p><p>Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy’s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app’s private messaging feature.</p><p>Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.</p><p>The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.</p>', 'jfjhfjh', '', 'publish', 'closed', 'closed', '', 'jfjhfjh', '', '', '2023-07-04 07:28:37', '2023-07-04 07:28:37', '', 0, 'https://diginspire.in/dartsp/?elementor_library=jfjhfjh', 0, 'elementor_library', '', 0),
(57, 1, '2023-07-04 07:28:37', '2023-07-04 07:28:37', '', 'jfjhfjh', '', 'inherit', 'closed', 'closed', '', '56-revision-v1', '', '', '2023-07-04 07:28:37', '2023-07-04 07:28:37', '', 56, 'https://diginspire.in/dartsp/?p=57', 0, 'revision', '', 0),
(58, 1, '2023-07-04 07:28:37', '2023-07-04 07:28:37', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Marital Status\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Single\n					</a>\n			<a href=\"#\">\n						Married\n					</a>\n			<a href=\"#\">\n						Divorced\n					</a>\n		<p> </p><p>Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we’ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.</p><p>The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The</p><p>WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app’s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.</p><p>Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola’s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner</p><p>Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy’s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app’s private messaging feature.</p><p>Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.</p><p>The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.</p>', 'jfjhfjh', '', 'inherit', 'closed', 'closed', '', '56-revision-v1', '', '', '2023-07-04 07:28:37', '2023-07-04 07:28:37', '', 56, 'https://diginspire.in/dartsp/?p=58', 0, 'revision', '', 0),
(59, 1, '2023-07-04 07:29:50', '2023-07-04 07:29:50', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Which Type Of Girl You Like\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Russian\n					</a>\n			<a href=\"#\">\n						Indian Bhabhi\n					</a>\n			<a href=\"#\">\n						American\n					</a>\n			<a href=\"#\">\n						Thai\n					</a>\n		<p>There are beautiful women from many ethnicities and origins all around the world. Beauty is subjective. While there are many different types of beauty, many women worldwide devote time and effort to their skincare and cosmetic routines. In this post, we’ll look at various areas renowned for their stunning ladies and the popular cosmetics they use.</p><p> </p><p>South Korea: South Korea is known for its thriving beauty sector and has become well-known for its cutting-edge skincare and cosmetics. The bright and glowing complexion that Korean women value is frequently attained through a multi-step skincare regimen. Popular Korean beauty products with a natural and dewy appearance include BB creams, sheet masks, and cushion foundations. For their high-quality goods, companies like Laneige, Innisfree, and Etude House are well renowned.</p><p> </p><p>Brazil: Brazil is a nation renowned for its many and breathtakingly attractive ladies. Brazilian women frequently give body maintenance a high priority and use cosmetics to accentuate their natural characteristics. They emphasise hair care and style solutions tailored to their specific requirements while embracing their natural hair textures. Brazilian ladies also frequently use self-tanning creams and bronzers to emphasise a sun-kissed look. Numerous beauty products are available from Brazilian companies including Natura, O Boticário, and Embelleze, which cater to a variety of demands.</p><p> </p><p>France: French women are recognised for having a casual yet elegant sense of style. Their simple beauty regimen focuses on emphasising their natural characteristics. French ladies prioritise skincare and choose high-quality, straightforward products. To preserve healthy, glowing skin, they frequently use moisturisers, serums, and facial mists. French makeup frequently emphasises understated elegance with a concentration on neatly groomed brows, skin-like foundation, and a traditional red lip. French women appreciate products from La Roche-Posay, Caudalie, and Chanel.</p><p> </p><p>India: This nation is renowned for having a wide range of aesthetic standards and customs. Indian ladies place a high priority on traditional beauty practises and frequently use Ayurvedic skincare products. They place a higher value on skincare products that target certain issues, such whitening creams, herbal face masks, and hair oils. Indian women place a strong emphasis on their eye makeup, with kajal (kohl) being a common item used to define and accentuate their eyes. A variety of cosmetics are available from companies like Himalaya Herbals, Forest Essentials, and Lakmé to meet Indian women’s cosmetic demands.</p><p> </p><p><br />In conclusion, lovely ladies can be found everywhere because beauty is not regional. Different cultures and geographical areas have different standards for beauty and cosmetics. Each region gives distinct insights into the beauty customs of its women, whether it is the cutting-edge skincare regimens of South Korea, the organic and bright style of Brazil, the carefree elegance of France, or the age-old rituals of India. Celebrate the beauty of women from all across the world and embrace diversity.</p>', 'Page 9', '', 'publish', 'closed', 'closed', '', 'page-9', '', '', '2023-07-04 07:30:52', '2023-07-04 07:30:52', '', 0, 'https://diginspire.in/dartsp/?page_id=59', 0, 'page', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(60, 1, '2023-07-04 07:29:17', '2023-07-04 07:29:17', '', 'Page 9', '', 'inherit', 'closed', 'closed', '', '59-revision-v1', '', '', '2023-07-04 07:29:17', '2023-07-04 07:29:17', '', 59, 'https://diginspire.in/dartsp/?p=60', 0, 'revision', '', 0),
(61, 1, '2023-07-04 07:30:52', '2023-07-04 07:30:52', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Marital Status\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Single\n					</a>\n			<a href=\"#\">\n						Married\n					</a>\n			<a href=\"#\">\n						Divorced\n					</a>\n		<p> </p><p>Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we’ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.</p><p>The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The</p><p>WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app’s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.</p><p>Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola’s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner</p><p>Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy’s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app’s private messaging feature.</p><p>Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.</p><p>The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.</p>', 'Page 9', '', 'inherit', 'closed', 'closed', '', '59-revision-v1', '', '', '2023-07-04 07:30:52', '2023-07-04 07:30:52', '', 59, 'https://diginspire.in/dartsp/?p=61', 0, 'revision', '', 0),
(62, 1, '2023-07-04 07:30:52', '2023-07-04 07:30:52', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Marital Status\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Single\n					</a>\n			<a href=\"#\">\n						Married\n					</a>\n			<a href=\"#\">\n						Divorced\n					</a>\n		<p> </p><p>Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we’ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.</p><p>The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The</p><p>WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app’s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.</p><p>Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola’s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner</p><p>Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy’s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app’s private messaging feature.</p><p>Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.</p><p>The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.</p>', 'Page 9', '', 'inherit', 'closed', 'closed', '', '59-revision-v1', '', '', '2023-07-04 07:30:52', '2023-07-04 07:30:52', '', 59, 'https://diginspire.in/dartsp/?p=62', 0, 'revision', '', 0),
(63, 1, '2023-07-04 07:30:52', '2023-07-04 07:30:52', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Which Type Of Girl You Like\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Russian\n					</a>\n			<a href=\"#\">\n						Indian Bhabhi\n					</a>\n			<a href=\"#\">\n						American\n					</a>\n			<a href=\"#\">\n						Thai\n					</a>\n		<p>There are beautiful women from many ethnicities and origins all around the world. Beauty is subjective. While there are many different types of beauty, many women worldwide devote time and effort to their skincare and cosmetic routines. In this post, we’ll look at various areas renowned for their stunning ladies and the popular cosmetics they use.</p><p> </p><p>South Korea: South Korea is known for its thriving beauty sector and has become well-known for its cutting-edge skincare and cosmetics. The bright and glowing complexion that Korean women value is frequently attained through a multi-step skincare regimen. Popular Korean beauty products with a natural and dewy appearance include BB creams, sheet masks, and cushion foundations. For their high-quality goods, companies like Laneige, Innisfree, and Etude House are well renowned.</p><p> </p><p>Brazil: Brazil is a nation renowned for its many and breathtakingly attractive ladies. Brazilian women frequently give body maintenance a high priority and use cosmetics to accentuate their natural characteristics. They emphasise hair care and style solutions tailored to their specific requirements while embracing their natural hair textures. Brazilian ladies also frequently use self-tanning creams and bronzers to emphasise a sun-kissed look. Numerous beauty products are available from Brazilian companies including Natura, O Boticário, and Embelleze, which cater to a variety of demands.</p><p> </p><p>France: French women are recognised for having a casual yet elegant sense of style. Their simple beauty regimen focuses on emphasising their natural characteristics. French ladies prioritise skincare and choose high-quality, straightforward products. To preserve healthy, glowing skin, they frequently use moisturisers, serums, and facial mists. French makeup frequently emphasises understated elegance with a concentration on neatly groomed brows, skin-like foundation, and a traditional red lip. French women appreciate products from La Roche-Posay, Caudalie, and Chanel.</p><p> </p><p>India: This nation is renowned for having a wide range of aesthetic standards and customs. Indian ladies place a high priority on traditional beauty practises and frequently use Ayurvedic skincare products. They place a higher value on skincare products that target certain issues, such whitening creams, herbal face masks, and hair oils. Indian women place a strong emphasis on their eye makeup, with kajal (kohl) being a common item used to define and accentuate their eyes. A variety of cosmetics are available from companies like Himalaya Herbals, Forest Essentials, and Lakmé to meet Indian women’s cosmetic demands.</p><p> </p><p><br />In conclusion, lovely ladies can be found everywhere because beauty is not regional. Different cultures and geographical areas have different standards for beauty and cosmetics. Each region gives distinct insights into the beauty customs of its women, whether it is the cutting-edge skincare regimens of South Korea, the organic and bright style of Brazil, the carefree elegance of France, or the age-old rituals of India. Celebrate the beauty of women from all across the world and embrace diversity.</p>', 'Page 9', '', 'inherit', 'closed', 'closed', '', '59-revision-v1', '', '', '2023-07-04 07:30:52', '2023-07-04 07:30:52', '', 59, 'https://diginspire.in/dartsp/?p=63', 0, 'revision', '', 0),
(64, 1, '2023-07-04 07:32:06', '2023-07-04 07:32:06', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Which Type Of Call You Prefer ?\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Video Call\n					</a>\n			<a href=\"#\">\n						Audio Call\n					</a>\n			<a href=\"#\">\n						Only Chat\n					</a>\n		<p>Video calling has become a crucial component of our communication environment in the current digital era. Random video calls are a special method to meet individuals from all around the world and develop new relationships. This article analyzes the top 10 real video calling apps that offer dependable and safe platforms for communication while delving into the idea of chance video chats.</p><p> </p><p>The term “random video calls” describes the practice of randomly connecting with strangers or people on video calling services. Specialized apps or websites that connect users with other random individuals depending on their tastes or criteria frequently assist these calls. Random video calls provide you the chance to interact with new people, have conversations, and learn about other people’s cultures and viewpoints. Despite the fun and adventure that these calls can provide, it is crucial to put one’s personal safety and privacy first by choosing reliable and trustworthy video calling programmes.</p><p> </p><p>Top 10 Genuine Video Calling Apps</p><p> </p><p>Zoom: Due to its intuitive UI and numerous flexible video calling options, Zoom has experienced tremendous growth. It enables several group calls, has dependable video and audio quality, and includes extra capabilities like screen sharing and virtual backgrounds.</p><p> </p><p>Google Meet is a powerful video conferencing tool that guarantees crystal-clear audio and video calls. It provides for simple screen sharing and seamless integration with other Google services. Google Meet is appropriate for both personal and professional use and features secure encryption.</p><p> </p><p>WhatsApp: WhatsApp is best recognised for its messaging features, but it also has a video calling feature. WhatsApp ensures secure and private video calls with end-to-end encryption. It offers both individual and group video calls and is widely used throughout the world.</p><p> </p><p>FaceTime: FaceTime is only available to Apple users as a video calling programme. It allows group calls with up to 32 participants and offers high definition video and audio quality. FaceTime is renowned for its ease of use and dependability and provides a unified user experience across Apple devices.</p><p> </p><p>With features like video conferences, screen sharing, and call recording, Skype has long been a popular option for video calling. Users can communicate with people or groups anywhere in the world, and it promises stable and good call quality.</p><p> </p><p>Facebook Messenger: Within its chat platform, Facebook Messenger offers video calling capabilities. It has a wide user base and provides easy access to video calls for chatting with loved ones. Additionally, interesting components like filters and effects are supported.</p><p> </p><p>Discord: Discord, which was initially created for gamers, has evolved into a well-liked video calling programme for a variety of communities. It allows you to build private servers for group communication and delivers dependable audio and video calls, screen sharing, and these features.</p><p> </p><p><br />Viber: Viber is a robust messaging software with many features, and one of those features is video calling. It offers end-to-end encryption and high-quality video calls, making it a safe choice for both personal and business use.</p><p> </p><p>Jitsi Meet: A privacy and security-focused open-source video conferencing platform, Jitsi Meet focuses on secure communication. Users can easily create and join video conferences using it without having to register for an account. For individuals looking for a video calling solution that respects their privacy, Jitsi Meet is a great option.</p><p> </p><p>Line: Line is a well-known chat app with video calling features. With features like stickers and filters to improve the user experience, it offers a fluid and dependable video calling experience.</p><p> </p><p>Random video calls are an engaging way to meet new people and learn about various viewpoints. Prioritizing safety and privacy is vital when participating in such calls. The top 10 real video calling applications listed in this post provide dependable video communication platforms that guarantee quick and safe conversations with</p>', 'Page 10', '', 'publish', 'closed', 'closed', '', 'page-10', '', '', '2023-07-04 07:32:57', '2023-07-04 07:32:57', '', 0, 'https://diginspire.in/dartsp/?page_id=64', 0, 'page', '', 0),
(65, 1, '2023-07-04 07:31:37', '2023-07-04 07:31:37', '', 'Page 10', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2023-07-04 07:31:37', '2023-07-04 07:31:37', '', 64, 'https://diginspire.in/dartsp/?p=65', 0, 'revision', '', 0),
(66, 1, '2023-07-04 07:32:56', '2023-07-04 07:32:56', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Marital Status\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Single\n					</a>\n			<a href=\"#\">\n						Married\n					</a>\n			<a href=\"#\">\n						Divorced\n					</a>\n		<p> </p><p>Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we’ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.</p><p>The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The</p><p>WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app’s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.</p><p>Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola’s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner</p><p>Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy’s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app’s private messaging feature.</p><p>Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.</p><p>The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.</p>', 'Page 10', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2023-07-04 07:32:56', '2023-07-04 07:32:56', '', 64, 'https://diginspire.in/dartsp/?p=66', 0, 'revision', '', 0),
(67, 1, '2023-07-04 07:32:57', '2023-07-04 07:32:57', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select Your Marital Status\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Single\n					</a>\n			<a href=\"#\">\n						Married\n					</a>\n			<a href=\"#\">\n						Divorced\n					</a>\n		<p> </p><p>Wedding planning can be an exciting yet stressful process. Thankfully, there are several of smartphone apps out there that may make things easier and assist you in planning the wedding of your dreams. In this post, we’ll look at some of the top wedding apps available in the US. These applications offer functions including guest management, vendor selection, budget management, and wedding inspiration.</p><p>The Knot is a complete wedding planning software that has grown to be a favourite among newly engaged couples. It provides a variety of features, such as a custom checklist, a budget tracker, and a website builder for weddings. Additionally, the programme offers a registry feature, a guest list manager, and a vendor directory with reviews. The</p><p>WeddingWire is yet another well-liked software that provides a wealth of planning resources. Couples may access a sizable vendor database through it, where they can read reviews and contrast pricing. The app’s seating plan function makes guest coordination simple, and its budget tracker aids in keeping tabs on expenditures. WeddingWire also provides a wedding countdown, checklist, and inspiration boards to help with organisation and planning.</p><p>Zola: For couples looking for a flawless wedding planning experience, Zola is a one-stop app. It has features including editable wedding websites, a manager for guest lists, and a checklist. You can compile gifts from numerous brands into a single list using Zola’s registry service. The software also provides a range of planning tools, such as a marketplace for vendors, a budget planner</p><p>Joy: Joy is an intuitive app that focuses on streamlining communication and planning for weddings. Digital RSVP management, event planning, and photo sharing are some of its standout features. Couples may create a personalised platform to share information, memories, and images with their guests with Joy’s innovative wedding website builder. Guests and members of the wedding party can communicate easily using the app’s private messaging feature.</p><p>Honeyfund: Honeyfund is a specialised app created to assist couples in managing their honeymoon finances and wedding registries. It provides a platform for building customised honeymoon fund pages where visitors can make contributions towards particular adventures or purchases. Additionally, Honeyfund offers resources for keeping track of donations, communicating with guests about developments, and sending thank-you messages.</p><p>The chore of wedding planning can be intimidating, but with the appropriate tools, it can be made easier and more pleasant. The aforementioned apps provide a variety of functions to make your path to the altar easier, whether you need help with budget management, vendor selection, guest coordination, or wedding inspiration. With the help of these top US wedding apps, embrace technology and simplify the process of arranging your wedding.</p>', 'Page 10', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2023-07-04 07:32:57', '2023-07-04 07:32:57', '', 64, 'https://diginspire.in/dartsp/?p=67', 0, 'revision', '', 0),
(68, 1, '2023-07-04 07:32:57', '2023-07-04 07:32:57', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Which Type Of Call You Prefer ?\n</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Video Call\n					</a>\n			<a href=\"#\">\n						Audio Call\n					</a>\n			<a href=\"#\">\n						Only Chat\n					</a>\n		<p>Video calling has become a crucial component of our communication environment in the current digital era. Random video calls are a special method to meet individuals from all around the world and develop new relationships. This article analyzes the top 10 real video calling apps that offer dependable and safe platforms for communication while delving into the idea of chance video chats.</p><p> </p><p>The term “random video calls” describes the practice of randomly connecting with strangers or people on video calling services. Specialized apps or websites that connect users with other random individuals depending on their tastes or criteria frequently assist these calls. Random video calls provide you the chance to interact with new people, have conversations, and learn about other people’s cultures and viewpoints. Despite the fun and adventure that these calls can provide, it is crucial to put one’s personal safety and privacy first by choosing reliable and trustworthy video calling programmes.</p><p> </p><p>Top 10 Genuine Video Calling Apps</p><p> </p><p>Zoom: Due to its intuitive UI and numerous flexible video calling options, Zoom has experienced tremendous growth. It enables several group calls, has dependable video and audio quality, and includes extra capabilities like screen sharing and virtual backgrounds.</p><p> </p><p>Google Meet is a powerful video conferencing tool that guarantees crystal-clear audio and video calls. It provides for simple screen sharing and seamless integration with other Google services. Google Meet is appropriate for both personal and professional use and features secure encryption.</p><p> </p><p>WhatsApp: WhatsApp is best recognised for its messaging features, but it also has a video calling feature. WhatsApp ensures secure and private video calls with end-to-end encryption. It offers both individual and group video calls and is widely used throughout the world.</p><p> </p><p>FaceTime: FaceTime is only available to Apple users as a video calling programme. It allows group calls with up to 32 participants and offers high definition video and audio quality. FaceTime is renowned for its ease of use and dependability and provides a unified user experience across Apple devices.</p><p> </p><p>With features like video conferences, screen sharing, and call recording, Skype has long been a popular option for video calling. Users can communicate with people or groups anywhere in the world, and it promises stable and good call quality.</p><p> </p><p>Facebook Messenger: Within its chat platform, Facebook Messenger offers video calling capabilities. It has a wide user base and provides easy access to video calls for chatting with loved ones. Additionally, interesting components like filters and effects are supported.</p><p> </p><p>Discord: Discord, which was initially created for gamers, has evolved into a well-liked video calling programme for a variety of communities. It allows you to build private servers for group communication and delivers dependable audio and video calls, screen sharing, and these features.</p><p> </p><p><br />Viber: Viber is a robust messaging software with many features, and one of those features is video calling. It offers end-to-end encryption and high-quality video calls, making it a safe choice for both personal and business use.</p><p> </p><p>Jitsi Meet: A privacy and security-focused open-source video conferencing platform, Jitsi Meet focuses on secure communication. Users can easily create and join video conferences using it without having to register for an account. For individuals looking for a video calling solution that respects their privacy, Jitsi Meet is a great option.</p><p> </p><p>Line: Line is a well-known chat app with video calling features. With features like stickers and filters to improve the user experience, it offers a fluid and dependable video calling experience.</p><p> </p><p>Random video calls are an engaging way to meet new people and learn about various viewpoints. Prioritizing safety and privacy is vital when participating in such calls. The top 10 real video calling applications listed in this post provide dependable video communication platforms that guarantee quick and safe conversations with</p>', 'Page 10', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2023-07-04 07:32:57', '2023-07-04 07:32:57', '', 64, 'https://diginspire.in/dartsp/?p=68', 0, 'revision', '', 0),
(69, 1, '2023-07-06 11:18:16', '2023-07-06 11:18:16', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    cursor: pointer;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Interest</h4>\n              <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n              <label for=\"boy\">Boy</label>\n              <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n              <label for=\"girl\">Girl</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'publish', 'closed', 'closed', '', 'new-home', '', '', '2023-07-10 04:14:13', '2023-07-10 04:14:13', '', 0, 'https://diginspire.in/dartsp/?page_id=69', 0, 'page', '', 0),
(70, 1, '2023-07-06 10:36:59', '2023-07-06 10:36:59', '', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 10:36:59', '2023-07-06 10:36:59', '', 69, 'https://diginspire.in/dartsp/?p=70', 0, 'revision', '', 0),
(71, 1, '2023-07-06 10:41:15', '2023-07-06 10:41:15', '', 'girl-with-balloons-while-her-boyfriend-carries-her-her-back', '', 'inherit', 'open', 'closed', '', 'girl-with-balloons-while-her-boyfriend-carries-her-her-back', '', '', '2023-07-06 10:41:15', '2023-07-06 10:41:15', '', 0, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/girl-with-balloons-while-her-boyfriend-carries-her-her-back.jpg', 0, 'attachment', 'image/jpeg', 0),
(72, 1, '2023-07-06 10:41:24', '2023-07-06 10:41:24', '', 'Young couple in love outdoor', 'Young couple in love outdoor', 'inherit', 'open', 'closed', '', 'young-couple-in-love-outdoor', '', '', '2023-07-06 10:41:24', '2023-07-06 10:41:24', '', 0, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/young-couple-love-outdoor.jpg', 0, 'attachment', 'image/jpeg', 0),
(73, 1, '2023-07-06 10:41:28', '2023-07-06 10:41:28', '', 'smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923', '', 'inherit', 'open', 'closed', '', 'smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923', '', '', '2023-07-06 10:41:28', '2023-07-06 10:41:28', '', 0, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/smiling-couple-walking-beach-with-bouquet-roses-sunset_23-2147595923.png', 0, 'attachment', 'image/png', 0),
(74, 1, '2023-07-06 11:00:25', '2023-07-06 11:00:25', '', 'com-lite-chat-russiangirlcall', '', 'inherit', 'open', 'closed', '', 'com-lite-chat-russiangirlcall', '', '', '2023-07-06 11:00:25', '2023-07-06 11:00:25', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp', 0, 'attachment', 'image/webp', 0),
(75, 1, '2023-07-06 11:04:36', '2023-07-06 11:04:36', '', 'H-8', '', 'inherit', 'open', 'closed', '', 'h-8', '', '', '2023-07-06 11:04:36', '2023-07-06 11:04:36', '', 0, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png', 0, 'attachment', 'image/png', 0),
(76, 1, '2023-07-06 11:07:08', '2023-07-06 11:07:08', '', 'H (9)', '', 'inherit', 'open', 'closed', '', 'h-9', '', '', '2023-07-06 11:07:08', '2023-07-06 11:07:08', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-9.png', 0, 'attachment', 'image/png', 0),
(77, 1, '2023-07-06 11:09:34', '2023-07-06 11:09:34', '', 'a1', '', 'inherit', 'open', 'closed', '', 'a1', '', '', '2023-07-06 11:09:34', '2023-07-06 11:09:34', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a1.webp', 0, 'attachment', 'image/webp', 0),
(78, 1, '2023-07-06 11:09:36', '2023-07-06 11:09:36', '', 'a2', '', 'inherit', 'open', 'closed', '', 'a2', '', '', '2023-07-06 11:09:36', '2023-07-06 11:09:36', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a2.webp', 0, 'attachment', 'image/webp', 0),
(79, 1, '2023-07-06 11:09:37', '2023-07-06 11:09:37', '', 'a3', '', 'inherit', 'open', 'closed', '', 'a3', '', '', '2023-07-06 11:09:37', '2023-07-06 11:09:37', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a3.webp', 0, 'attachment', 'image/webp', 0),
(80, 1, '2023-07-06 11:09:38', '2023-07-06 11:09:38', '', 'a4', '', 'inherit', 'open', 'closed', '', 'a4', '', '', '2023-07-06 11:09:38', '2023-07-06 11:09:38', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a4.webp', 0, 'attachment', 'image/webp', 0),
(81, 1, '2023-07-06 11:09:39', '2023-07-06 11:09:39', '', 'a5', '', 'inherit', 'open', 'closed', '', 'a5', '', '', '2023-07-06 11:09:39', '2023-07-06 11:09:39', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a5.webp', 0, 'attachment', 'image/webp', 0),
(82, 1, '2023-07-06 11:09:40', '2023-07-06 11:09:40', '', 'a6', '', 'inherit', 'open', 'closed', '', 'a6', '', '', '2023-07-06 11:09:40', '2023-07-06 11:09:40', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a6.webp', 0, 'attachment', 'image/webp', 0),
(83, 1, '2023-07-06 11:09:41', '2023-07-06 11:09:41', '', 'a7', '', 'inherit', 'open', 'closed', '', 'a7', '', '', '2023-07-06 11:09:41', '2023-07-06 11:09:41', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a7.webp', 0, 'attachment', 'image/webp', 0),
(84, 1, '2023-07-06 11:09:42', '2023-07-06 11:09:42', '', 'a8', '', 'inherit', 'open', 'closed', '', 'a8', '', '', '2023-07-06 11:09:42', '2023-07-06 11:09:42', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a8.webp', 0, 'attachment', 'image/webp', 0),
(85, 1, '2023-07-06 11:09:43', '2023-07-06 11:09:43', '', 'a9', '', 'inherit', 'open', 'closed', '', 'a9', '', '', '2023-07-06 11:09:43', '2023-07-06 11:09:43', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a9.webp', 0, 'attachment', 'image/webp', 0),
(86, 1, '2023-07-06 11:09:45', '2023-07-06 11:09:45', '', 'a10', '', 'inherit', 'open', 'closed', '', 'a10', '', '', '2023-07-06 11:09:45', '2023-07-06 11:09:45', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a10.webp', 0, 'attachment', 'image/webp', 0),
(87, 1, '2023-07-06 11:09:46', '2023-07-06 11:09:46', '', 'a11', '', 'inherit', 'open', 'closed', '', 'a11', '', '', '2023-07-06 11:09:46', '2023-07-06 11:09:46', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a11.webp', 0, 'attachment', 'image/webp', 0),
(88, 1, '2023-07-06 11:09:47', '2023-07-06 11:09:47', '', 'a12', '', 'inherit', 'open', 'closed', '', 'a12', '', '', '2023-07-06 11:09:47', '2023-07-06 11:09:47', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp', 0, 'attachment', 'image/webp', 0),
(89, 1, '2023-07-06 11:09:48', '2023-07-06 11:09:48', '', 'a13', '', 'inherit', 'open', 'closed', '', 'a13', '', '', '2023-07-06 11:09:48', '2023-07-06 11:09:48', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp', 0, 'attachment', 'image/webp', 0),
(90, 1, '2023-07-06 11:09:49', '2023-07-06 11:09:49', '', 'a14', '', 'inherit', 'open', 'closed', '', 'a14', '', '', '2023-07-06 11:09:49', '2023-07-06 11:09:49', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp', 0, 'attachment', 'image/webp', 0),
(91, 1, '2023-07-06 11:09:50', '2023-07-06 11:09:50', '', 'a15', '', 'inherit', 'open', 'closed', '', 'a15', '', '', '2023-07-06 11:09:50', '2023-07-06 11:09:50', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp', 0, 'attachment', 'image/webp', 0),
(92, 1, '2023-07-06 11:09:53', '2023-07-06 11:09:53', '', 'a16', '', 'inherit', 'open', 'closed', '', 'a16', '', '', '2023-07-06 11:09:53', '2023-07-06 11:09:53', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp', 0, 'attachment', 'image/webp', 0),
(93, 1, '2023-07-06 11:09:54', '2023-07-06 11:09:54', '', 'aa1', '', 'inherit', 'open', 'closed', '', 'aa1', '', '', '2023-07-06 11:09:54', '2023-07-06 11:09:54', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp', 0, 'attachment', 'image/webp', 0),
(94, 1, '2023-07-06 11:10:06', '2023-07-06 11:10:06', '', 'call_vid_1', '', 'inherit', 'open', 'closed', '', 'call_vid_1', '', '', '2023-07-06 11:10:06', '2023-07-06 11:10:06', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4', 0, 'attachment', 'video/mp4', 0),
(95, 1, '2023-07-06 11:10:07', '2023-07-06 11:10:07', '', 'call_vid_1', '', 'inherit', 'open', 'closed', '', 'call_vid_1-2', '', '', '2023-07-06 11:10:07', '2023-07-06 11:10:07', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.webp', 0, 'attachment', 'image/webp', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(96, 1, '2023-07-06 11:10:16', '2023-07-06 11:10:16', '', 'call_vid_2', '', 'inherit', 'open', 'closed', '', 'call_vid_2', '', '', '2023-07-06 11:10:16', '2023-07-06 11:10:16', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.mp4', 0, 'attachment', 'video/mp4', 0),
(97, 1, '2023-07-06 11:10:17', '2023-07-06 11:10:17', '', 'call_vid_2', '', 'inherit', 'open', 'closed', '', 'call_vid_2-2', '', '', '2023-07-06 11:10:17', '2023-07-06 11:10:17', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp', 0, 'attachment', 'image/webp', 0),
(98, 1, '2023-07-06 11:10:21', '2023-07-06 11:10:21', '', 'call_vid_3', '', 'inherit', 'open', 'closed', '', 'call_vid_3', '', '', '2023-07-06 11:10:21', '2023-07-06 11:10:21', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.mp4', 0, 'attachment', 'video/mp4', 0),
(99, 1, '2023-07-06 11:10:23', '2023-07-06 11:10:23', '', 'call_vid_3', '', 'inherit', 'open', 'closed', '', 'call_vid_3-2', '', '', '2023-07-06 11:10:23', '2023-07-06 11:10:23', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp', 0, 'attachment', 'image/webp', 0),
(100, 1, '2023-07-06 11:10:29', '2023-07-06 11:10:29', '', 'call_vid_4', '', 'inherit', 'open', 'closed', '', 'call_vid_4', '', '', '2023-07-06 11:10:29', '2023-07-06 11:10:29', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.mp4', 0, 'attachment', 'video/mp4', 0),
(101, 1, '2023-07-06 11:10:31', '2023-07-06 11:10:31', '', 'call_vid_4', '', 'inherit', 'open', 'closed', '', 'call_vid_4-2', '', '', '2023-07-06 11:10:31', '2023-07-06 11:10:31', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp', 0, 'attachment', 'image/webp', 0),
(102, 1, '2023-07-06 11:10:34', '2023-07-06 11:10:34', '', 'call_vid_5', '', 'inherit', 'open', 'closed', '', 'call_vid_5', '', '', '2023-07-06 11:10:34', '2023-07-06 11:10:34', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.mp4', 0, 'attachment', 'video/mp4', 0),
(103, 1, '2023-07-06 11:10:36', '2023-07-06 11:10:36', '', 'call_vid_5', '', 'inherit', 'open', 'closed', '', 'call_vid_5-2', '', '', '2023-07-06 11:10:36', '2023-07-06 11:10:36', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp', 0, 'attachment', 'image/webp', 0),
(104, 1, '2023-07-06 11:10:37', '2023-07-06 11:10:37', '', 'call_vid_6', '', 'inherit', 'open', 'closed', '', 'call_vid_6', '', '', '2023-07-06 11:10:37', '2023-07-06 11:10:37', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.mp4', 0, 'attachment', 'video/mp4', 0),
(105, 1, '2023-07-06 11:10:38', '2023-07-06 11:10:38', '', 'call_vid_6', '', 'inherit', 'open', 'closed', '', 'call_vid_6-2', '', '', '2023-07-06 11:10:38', '2023-07-06 11:10:38', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp', 0, 'attachment', 'image/webp', 0),
(106, 1, '2023-07-06 11:10:39', '2023-07-06 11:10:39', '', 'call_vid_7', '', 'inherit', 'open', 'closed', '', 'call_vid_7', '', '', '2023-07-06 11:10:39', '2023-07-06 11:10:39', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.mp4', 0, 'attachment', 'video/mp4', 0),
(107, 1, '2023-07-06 11:10:41', '2023-07-06 11:10:41', '', 'call_vid_7', '', 'inherit', 'open', 'closed', '', 'call_vid_7-2', '', '', '2023-07-06 11:10:41', '2023-07-06 11:10:41', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp', 0, 'attachment', 'image/webp', 0),
(108, 1, '2023-07-06 11:10:42', '2023-07-06 11:10:42', '', 'call_vid_8', '', 'inherit', 'open', 'closed', '', 'call_vid_8', '', '', '2023-07-06 11:10:42', '2023-07-06 11:10:42', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.mp4', 0, 'attachment', 'video/mp4', 0),
(109, 1, '2023-07-06 11:10:44', '2023-07-06 11:10:44', '', 'call_vid_8', '', 'inherit', 'open', 'closed', '', 'call_vid_8-2', '', '', '2023-07-06 11:10:44', '2023-07-06 11:10:44', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp', 0, 'attachment', 'image/webp', 0),
(110, 1, '2023-07-06 11:10:45', '2023-07-06 11:10:45', '', 'call_vid_9', '', 'inherit', 'open', 'closed', '', 'call_vid_9', '', '', '2023-07-06 11:10:45', '2023-07-06 11:10:45', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 0, 'attachment', 'video/mp4', 0),
(111, 1, '2023-07-06 11:10:46', '2023-07-06 11:10:46', '', 'call_vid_9', '', 'inherit', 'open', 'closed', '', 'call_vid_9-2', '', '', '2023-07-06 11:10:46', '2023-07-06 11:10:46', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp', 0, 'attachment', 'image/webp', 0),
(112, 1, '2023-07-06 11:10:47', '2023-07-06 11:10:47', '', 'call_vid_10', '', 'inherit', 'open', 'closed', '', 'call_vid_10', '', '', '2023-07-06 11:10:47', '2023-07-06 11:10:47', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.mp4', 0, 'attachment', 'video/mp4', 0),
(113, 1, '2023-07-06 11:10:48', '2023-07-06 11:10:48', '', 'call_vid_10', '', 'inherit', 'open', 'closed', '', 'call_vid_10-2', '', '', '2023-07-06 11:10:48', '2023-07-06 11:10:48', '', 69, 'https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp', 0, 'attachment', 'image/webp', 0),
(114, 1, '2023-07-06 11:23:16', '2023-07-06 11:23:16', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:23:16', '2023-07-06 11:23:16', '', 69, 'https://diginspire.in/dartsp/?p=114', 0, 'revision', '', 0),
(115, 1, '2023-07-06 11:23:16', '2023-07-06 11:23:16', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:23:16', '2023-07-06 11:23:16', '', 69, 'https://diginspire.in/dartsp/?p=115', 0, 'revision', '', 0),
(116, 1, '2023-07-06 11:23:16', '2023-07-06 11:23:16', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:23:16', '2023-07-06 11:23:16', '', 69, 'https://diginspire.in/dartsp/?p=116', 0, 'revision', '', 0),
(117, 1, '2023-07-06 11:23:35', '2023-07-06 11:23:35', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:23:35', '2023-07-06 11:23:35', '', 69, 'https://diginspire.in/dartsp/?p=117', 0, 'revision', '', 0),
(118, 1, '2023-07-06 11:23:35', '2023-07-06 11:23:35', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:23:35', '2023-07-06 11:23:35', '', 69, 'https://diginspire.in/dartsp/?p=118', 0, 'revision', '', 0),
(119, 1, '2023-07-06 11:23:35', '2023-07-06 11:23:35', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:23:35', '2023-07-06 11:23:35', '', 69, 'https://diginspire.in/dartsp/?p=119', 0, 'revision', '', 0),
(120, 1, '2023-07-06 11:25:05', '2023-07-06 11:25:05', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:25:05', '2023-07-06 11:25:05', '', 69, 'https://diginspire.in/dartsp/?p=120', 0, 'revision', '', 0),
(121, 1, '2023-07-06 11:25:05', '2023-07-06 11:25:05', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:25:05', '2023-07-06 11:25:05', '', 69, 'https://diginspire.in/dartsp/?p=121', 0, 'revision', '', 0),
(122, 1, '2023-07-06 11:25:05', '2023-07-06 11:25:05', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:25:05', '2023-07-06 11:25:05', '', 69, 'https://diginspire.in/dartsp/?p=122', 0, 'revision', '', 0),
(123, 1, '2023-07-06 11:30:06', '2023-07-06 11:30:06', 'no\n[]\n1\n0\n#0073aa\n\non\n\n\nvertical\n0\n#0073aa\noff\n\nHave you tried online dating before?\r\n[radio radio-701 use_label_element default:1 \"I’m new to it\" \"Once or twice\" \"I’m an online dating pro\"]\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <admin@diginspire.in>\n[_site_admin_email]\nFrom: [your-name] [your-email]\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <admin@diginspire.in>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2023-07-06 11:32:32', '2023-07-06 11:32:32', '', 0, 'https://diginspire.in/dartsp/?post_type=wpcf7_contact_form&#038;p=123', 0, 'wpcf7_contact_form', '', 0),
(125, 1, '2023-07-06 11:34:24', '2023-07-06 11:34:24', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:34:24', '2023-07-06 11:34:24', '', 69, 'https://diginspire.in/dartsp/?p=125', 0, 'revision', '', 0),
(126, 1, '2023-07-06 11:34:24', '2023-07-06 11:34:24', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:34:24', '2023-07-06 11:34:24', '', 69, 'https://diginspire.in/dartsp/?p=126', 0, 'revision', '', 0),
(127, 1, '2023-07-06 11:34:24', '2023-07-06 11:34:24', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:34:24', '2023-07-06 11:34:24', '', 69, 'https://diginspire.in/dartsp/?p=127', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(129, 1, '2023-07-06 11:57:54', '2023-07-06 11:57:54', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:57:54', '2023-07-06 11:57:54', '', 69, 'https://diginspire.in/dartsp/?p=129', 0, 'revision', '', 0),
(130, 1, '2023-07-06 11:57:55', '2023-07-06 11:57:55', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:57:55', '2023-07-06 11:57:55', '', 69, 'https://diginspire.in/dartsp/?p=130', 0, 'revision', '', 0),
(131, 1, '2023-07-06 11:57:55', '2023-07-06 11:57:55', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 11:57:55', '2023-07-06 11:57:55', '', 69, 'https://diginspire.in/dartsp/?p=131', 0, 'revision', '', 0),
(133, 1, '2023-07-06 12:09:25', '2023-07-06 12:09:25', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 12:09:25', '2023-07-06 12:09:25', '', 69, 'https://diginspire.in/dartsp/?p=133', 0, 'revision', '', 0),
(134, 1, '2023-07-06 12:09:25', '2023-07-06 12:09:25', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 12:09:25', '2023-07-06 12:09:25', '', 69, 'https://diginspire.in/dartsp/?p=134', 0, 'revision', '', 0),
(135, 1, '2023-07-06 12:09:25', '2023-07-06 12:09:25', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-06 12:09:25', '2023-07-06 12:09:25', '', 69, 'https://diginspire.in/dartsp/?p=135', 0, 'revision', '', 0),
(137, 1, '2023-07-08 14:26:44', '2023-07-08 14:26:44', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:26:44', '2023-07-08 14:26:44', '', 69, 'https://diginspire.in/dartsp/?p=137', 0, 'revision', '', 0),
(138, 1, '2023-07-08 14:26:44', '2023-07-08 14:26:44', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:26:44', '2023-07-08 14:26:44', '', 69, 'https://diginspire.in/dartsp/?p=138', 0, 'revision', '', 0),
(139, 1, '2023-07-08 14:26:44', '2023-07-08 14:26:44', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<body>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n            <h2>Step 3</h2>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n            <h2>Step 5</h2>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"submit\">Submit</button>\n        </form>\n</body>\n</html>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:26:44', '2023-07-08 14:26:44', '', 69, 'https://diginspire.in/dartsp/?p=139', 0, 'revision', '', 0),
(140, 1, '2023-07-08 14:27:17', '2023-07-08 14:27:17', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<body>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n            <h2>Step 3</h2>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n            <h2>Step 5</h2>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"submit\">Submit</button>\n        </form>\n</body>\n</html>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:27:17', '2023-07-08 14:27:17', '', 69, 'https://diginspire.in/dartsp/?p=140', 0, 'revision', '', 0),
(141, 1, '2023-07-08 14:27:17', '2023-07-08 14:27:17', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<body>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n            <h2>Step 3</h2>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n            <h2>Step 5</h2>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"submit\">Submit</button>\n        </form>\n</body>\n</html>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:27:17', '2023-07-08 14:27:17', '', 69, 'https://diginspire.in/dartsp/?p=141', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(142, 1, '2023-07-08 14:27:17', '2023-07-08 14:27:17', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<body>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n            <h2>Step 3</h2>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n            <h2>Step 5</h2>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"submit\">Submit</button>\n        </form>\n</body>\n</html>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:27:17', '2023-07-08 14:27:17', '', 69, 'https://diginspire.in/dartsp/?p=142', 0, 'revision', '', 0),
(143, 1, '2023-07-08 14:28:53', '2023-07-08 14:28:53', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<body>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n            <h2>Step 3</h2>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n            <h2>Step 5</h2>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"submit\">Submit</button>\n        </form>\n</body>\n</html>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:28:53', '2023-07-08 14:28:53', '', 69, 'https://diginspire.in/dartsp/?p=143', 0, 'revision', '', 0),
(144, 1, '2023-07-08 14:28:53', '2023-07-08 14:28:53', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<body>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n            <h2>Step 3</h2>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n            <h2>Step 5</h2>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"submit\">Submit</button>\n        </form>\n</body>\n</html>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:28:53', '2023-07-08 14:28:53', '', 69, 'https://diginspire.in/dartsp/?p=144', 0, 'revision', '', 0),
(145, 1, '2023-07-08 14:28:53', '2023-07-08 14:28:53', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<body>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"submit\">Submit</button>\n        </form>\n</body>\n</html>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:28:53', '2023-07-08 14:28:53', '', 69, 'https://diginspire.in/dartsp/?p=145', 0, 'revision', '', 0),
(146, 1, '2023-07-08 14:30:52', '2023-07-08 14:30:52', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<body>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"submit\">Submit</button>\n        </form>\n</body>\n</html>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:30:52', '2023-07-08 14:30:52', '', 69, 'https://diginspire.in/dartsp/?p=146', 0, 'revision', '', 0),
(147, 1, '2023-07-08 14:30:52', '2023-07-08 14:30:52', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<body>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"submit\">Submit</button>\n        </form>\n</body>\n</html>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:30:52', '2023-07-08 14:30:52', '', 69, 'https://diginspire.in/dartsp/?p=147', 0, 'revision', '', 0),
(148, 1, '2023-07-08 14:30:52', '2023-07-08 14:30:52', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<body>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n</body>\n</html>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:30:52', '2023-07-08 14:30:52', '', 69, 'https://diginspire.in/dartsp/?p=148', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(149, 1, '2023-07-08 14:31:41', '2023-07-08 14:31:41', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<body>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n</body>\n</html>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:31:41', '2023-07-08 14:31:41', '', 69, 'https://diginspire.in/dartsp/?p=149', 0, 'revision', '', 0),
(150, 1, '2023-07-08 14:31:41', '2023-07-08 14:31:41', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<body>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n</body>\n</html>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:31:41', '2023-07-08 14:31:41', '', 69, 'https://diginspire.in/dartsp/?p=150', 0, 'revision', '', 0),
(151, 1, '2023-07-08 14:31:41', '2023-07-08 14:31:41', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:31:41', '2023-07-08 14:31:41', '', 69, 'https://diginspire.in/dartsp/?p=151', 0, 'revision', '', 0),
(152, 1, '2023-07-08 14:35:28', '2023-07-08 14:35:28', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:35:28', '2023-07-08 14:35:28', '', 69, 'https://diginspire.in/dartsp/?p=152', 0, 'revision', '', 0),
(153, 1, '2023-07-08 14:35:28', '2023-07-08 14:35:28', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:35:28', '2023-07-08 14:35:28', '', 69, 'https://diginspire.in/dartsp/?p=153', 0, 'revision', '', 0),
(154, 1, '2023-07-08 14:35:28', '2023-07-08 14:35:28', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 14:35:28', '2023-07-08 14:35:28', '', 69, 'https://diginspire.in/dartsp/?p=154', 0, 'revision', '', 0),
(155, 1, '2023-07-08 14:52:42', '2023-07-08 14:52:42', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select  a Girl To Start Video Call</h3>		\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />								</a>\n			<p>&copy Copyright CallNow</p>', 'Select Girl', '', 'publish', 'closed', 'closed', '', 'select-girl', '', '', '2023-07-08 16:33:13', '2023-07-08 16:33:13', '', 0, 'https://diginspire.in/dartsp/?page_id=155', 0, 'page', '', 0),
(156, 1, '2023-07-08 14:37:14', '2023-07-08 14:37:14', '', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 14:37:14', '2023-07-08 14:37:14', '', 155, 'https://diginspire.in/dartsp/?p=156', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(157, 1, '2023-07-08 16:08:01', '2023-07-08 16:08:01', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:08:01', '2023-07-08 16:08:01', '', 155, 'https://diginspire.in/dartsp/?p=157', 0, 'revision', '', 0),
(158, 1, '2023-07-08 16:08:01', '2023-07-08 16:08:01', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:08:01', '2023-07-08 16:08:01', '', 155, 'https://diginspire.in/dartsp/?p=158', 0, 'revision', '', 0),
(159, 1, '2023-07-08 16:08:01', '2023-07-08 16:08:01', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:08:01', '2023-07-08 16:08:01', '', 155, 'https://diginspire.in/dartsp/?p=159', 0, 'revision', '', 0),
(160, 1, '2023-07-08 16:09:32', '2023-07-08 16:09:32', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:09:32', '2023-07-08 16:09:32', '', 155, 'https://diginspire.in/dartsp/?p=160', 0, 'revision', '', 0),
(161, 1, '2023-07-08 16:09:32', '2023-07-08 16:09:32', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:09:32', '2023-07-08 16:09:32', '', 155, 'https://diginspire.in/dartsp/?p=161', 0, 'revision', '', 0),
(162, 1, '2023-07-08 16:09:32', '2023-07-08 16:09:32', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select  a Girl To Start Video Call</h3>		\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:09:32', '2023-07-08 16:09:32', '', 155, 'https://diginspire.in/dartsp/?p=162', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(163, 1, '2023-07-08 16:10:12', '2023-07-08 16:10:12', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select  a Girl To Start Video Call</h3>		\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:10:12', '2023-07-08 16:10:12', '', 155, 'https://diginspire.in/dartsp/?p=163', 0, 'revision', '', 0),
(164, 1, '2023-07-08 16:10:12', '2023-07-08 16:10:12', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select  a Girl To Start Video Call</h3>		\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:10:12', '2023-07-08 16:10:12', '', 155, 'https://diginspire.in/dartsp/?p=164', 0, 'revision', '', 0),
(165, 1, '2023-07-08 16:10:12', '2023-07-08 16:10:12', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select  a Girl To Start Video Call</h3>		\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n			<p>&copy Copyright CallNow</p>', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:10:12', '2023-07-08 16:10:12', '', 155, 'https://diginspire.in/dartsp/?p=165', 0, 'revision', '', 0),
(166, 1, '2023-07-08 16:10:21', '2023-07-08 16:10:21', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select  a Girl To Start Video Call</h3>		\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n			<p>&copy Copyright CallNow</p>', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:10:21', '2023-07-08 16:10:21', '', 155, 'https://diginspire.in/dartsp/?p=166', 0, 'revision', '', 0),
(167, 1, '2023-07-08 16:10:21', '2023-07-08 16:10:21', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select  a Girl To Start Video Call</h3>		\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n			<p>&copy Copyright CallNow</p>', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:10:21', '2023-07-08 16:10:21', '', 155, 'https://diginspire.in/dartsp/?p=167', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(168, 1, '2023-07-08 16:10:21', '2023-07-08 16:10:21', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select  a Girl To Start Video Call</h3>		\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n			<p>&copy Copyright CallNow</p>', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:10:21', '2023-07-08 16:10:21', '', 155, 'https://diginspire.in/dartsp/?p=168', 0, 'revision', '', 0),
(169, 1, '2023-07-08 16:11:51', '2023-07-08 16:11:51', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4		\n			<a href=\"https://diginspire.in/dartsp/error/\">\n						</a>\n			<a href=\"https://diginspire.in/dartsp/error/\">\n						</a>\n			<a href=\"https://diginspire.in/dartsp/error/\">\n						</a>\n			<a href=\"https://diginspire.in/dartsp/error/\">\n						</a>', 'Video Call Started', '', 'publish', 'closed', 'closed', '', 'video-call-started', '', '', '2023-07-08 16:40:40', '2023-07-08 16:40:40', '', 0, 'https://diginspire.in/dartsp/?page_id=169', 0, 'page', '', 0),
(170, 1, '2023-07-08 16:11:33', '2023-07-08 16:11:33', '', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:11:33', '2023-07-08 16:11:33', '', 169, 'https://diginspire.in/dartsp/?p=170', 0, 'revision', '', 0),
(171, 1, '2023-07-08 16:15:12', '2023-07-08 16:15:12', '', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:15:12', '2023-07-08 16:15:12', '', 169, 'https://diginspire.in/dartsp/?p=171', 0, 'revision', '', 0),
(172, 1, '2023-07-08 16:15:13', '2023-07-08 16:15:13', '', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:15:13', '2023-07-08 16:15:13', '', 169, 'https://diginspire.in/dartsp/?p=172', 0, 'revision', '', 0),
(173, 1, '2023-07-08 16:15:13', '2023-07-08 16:15:13', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n			  <style>\n    #videoElement {\n      width: 100%;\n      height: 150px;\n    }\n  </style>\n</head>\n<body>\n  <video autoplay=\"true\" id=\"videoElement\"></video>\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:15:13', '2023-07-08 16:15:13', '', 169, 'https://diginspire.in/dartsp/?p=173', 0, 'revision', '', 0),
(175, 1, '2023-07-08 16:16:36', '2023-07-08 16:16:36', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n			  <style>\n    #videoElement {\n      width: 100%;\n      height: 150px;\n    }\n  </style>\n</head>\n<body>\n  <video autoplay=\"true\" id=\"videoElement\"></video>\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:16:36', '2023-07-08 16:16:36', '', 169, 'https://diginspire.in/dartsp/?p=175', 0, 'revision', '', 0),
(176, 1, '2023-07-08 16:16:36', '2023-07-08 16:16:36', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n			  <style>\n    #videoElement {\n      width: 100%;\n      height: 150px;\n    }\n  </style>\n</head>\n<body>\n  <video autoplay=\"true\" id=\"videoElement\"></video>\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:16:36', '2023-07-08 16:16:36', '', 169, 'https://diginspire.in/dartsp/?p=176', 0, 'revision', '', 0),
(177, 1, '2023-07-08 16:16:36', '2023-07-08 16:16:36', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n			  <style>\n    #videoElement {\n      width: 100%;\n      height: auto;\n    }\n  </style>\n  <video id=\"videoElement\"></video>\n  <button onclick=\"startVideo()\">Start Video</button>\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:16:36', '2023-07-08 16:16:36', '', 169, 'https://diginspire.in/dartsp/?p=177', 0, 'revision', '', 0),
(178, 1, '2023-07-08 16:17:36', '2023-07-08 16:17:36', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n			  <style>\n    #videoElement {\n      width: 100%;\n      height: auto;\n    }\n  </style>\n  <video id=\"videoElement\"></video>\n  <button onclick=\"startVideo()\">Start Video</button>\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:17:36', '2023-07-08 16:17:36', '', 169, 'https://diginspire.in/dartsp/?p=178', 0, 'revision', '', 0),
(179, 1, '2023-07-08 16:17:36', '2023-07-08 16:17:36', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n			  <style>\n    #videoElement {\n      width: 100%;\n      height: auto;\n    }\n  </style>\n  <video id=\"videoElement\"></video>\n  <button onclick=\"startVideo()\">Start Video</button>\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:17:36', '2023-07-08 16:17:36', '', 169, 'https://diginspire.in/dartsp/?p=179', 0, 'revision', '', 0),
(180, 1, '2023-07-08 16:17:37', '2023-07-08 16:17:37', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n			 <video autoplay=\"true\" id=\"videoElement\"></video>\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:17:37', '2023-07-08 16:17:37', '', 169, 'https://diginspire.in/dartsp/?p=180', 0, 'revision', '', 0),
(181, 1, '2023-07-08 16:18:10', '2023-07-08 16:18:10', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n			 <video autoplay=\"true\" id=\"videoElement\"></video>\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:18:10', '2023-07-08 16:18:10', '', 169, 'https://diginspire.in/dartsp/?p=181', 0, 'revision', '', 0),
(182, 1, '2023-07-08 16:18:10', '2023-07-08 16:18:10', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n			 <video autoplay=\"true\" id=\"videoElement\"></video>\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:18:10', '2023-07-08 16:18:10', '', 169, 'https://diginspire.in/dartsp/?p=182', 0, 'revision', '', 0),
(183, 1, '2023-07-08 16:18:10', '2023-07-08 16:18:10', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <title>Camera Access</title>\n  <style>\n    #videoElement {\n      width: 100%;\n      height: auto;\n    }\n  </style>\n</head>\n<body>\n  <h1>Camera Access Example</h1>\n  <button onclick=\"requestCameraAccess()\">Request Camera Access</button>\n  <video id=\"videoElement\"></video>\n</body>\n</html>\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:18:10', '2023-07-08 16:18:10', '', 169, 'https://diginspire.in/dartsp/?p=183', 0, 'revision', '', 0),
(184, 1, '2023-07-08 16:18:19', '2023-07-08 16:18:19', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <title>Camera Access</title>\n  <style>\n    #videoElement {\n      width: 100%;\n      height: auto;\n    }\n  </style>\n</head>\n<body>\n  <h1>Camera Access Example</h1>\n  <button onclick=\"requestCameraAccess()\">Request Camera Access</button>\n  <video id=\"videoElement\"></video>\n</body>\n</html>\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:18:19', '2023-07-08 16:18:19', '', 169, 'https://diginspire.in/dartsp/?p=184', 0, 'revision', '', 0),
(185, 1, '2023-07-08 16:18:19', '2023-07-08 16:18:19', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n			<!DOCTYPE html>\n<html>\n<head>\n  <title>Camera Access</title>\n  <style>\n    #videoElement {\n      width: 100%;\n      height: auto;\n    }\n  </style>\n</head>\n<body>\n  <h1>Camera Access Example</h1>\n  <button onclick=\"requestCameraAccess()\">Request Camera Access</button>\n  <video id=\"videoElement\"></video>\n</body>\n</html>\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:18:19', '2023-07-08 16:18:19', '', 169, 'https://diginspire.in/dartsp/?p=185', 0, 'revision', '', 0),
(186, 1, '2023-07-08 16:18:19', '2023-07-08 16:18:19', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:18:19', '2023-07-08 16:18:19', '', 169, 'https://diginspire.in/dartsp/?p=186', 0, 'revision', '', 0),
(187, 1, '2023-07-08 16:18:24', '2023-07-08 16:18:24', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:18:24', '2023-07-08 16:18:24', '', 169, 'https://diginspire.in/dartsp/?p=187', 0, 'revision', '', 0),
(188, 1, '2023-07-08 16:18:24', '2023-07-08 16:18:24', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:18:24', '2023-07-08 16:18:24', '', 169, 'https://diginspire.in/dartsp/?p=188', 0, 'revision', '', 0),
(189, 1, '2023-07-08 16:18:25', '2023-07-08 16:18:25', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:18:25', '2023-07-08 16:18:25', '', 169, 'https://diginspire.in/dartsp/?p=189', 0, 'revision', '', 0),
(190, 1, '2023-07-08 16:24:20', '2023-07-08 16:24:20', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:24:20', '2023-07-08 16:24:20', '', 169, 'https://diginspire.in/dartsp/?p=190', 0, 'revision', '', 0),
(191, 1, '2023-07-08 16:24:20', '2023-07-08 16:24:20', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:24:20', '2023-07-08 16:24:20', '', 169, 'https://diginspire.in/dartsp/?p=191', 0, 'revision', '', 0),
(192, 1, '2023-07-08 16:24:20', '2023-07-08 16:24:20', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:24:20', '2023-07-08 16:24:20', '', 169, 'https://diginspire.in/dartsp/?p=192', 0, 'revision', '', 0),
(194, 1, '2023-07-08 16:25:33', '2023-07-08 16:25:33', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:25:33', '2023-07-08 16:25:33', '', 169, 'https://diginspire.in/dartsp/?p=194', 0, 'revision', '', 0),
(195, 1, '2023-07-08 16:25:34', '2023-07-08 16:25:34', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:25:34', '2023-07-08 16:25:34', '', 169, 'https://diginspire.in/dartsp/?p=195', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(196, 1, '2023-07-08 16:25:34', '2023-07-08 16:25:34', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:25:34', '2023-07-08 16:25:34', '', 169, 'https://diginspire.in/dartsp/?p=196', 0, 'revision', '', 0),
(198, 1, '2023-07-08 16:29:11', '2023-07-08 16:29:11', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 16:29:11', '2023-07-08 16:29:11', '', 69, 'https://diginspire.in/dartsp/?p=198', 0, 'revision', '', 0),
(199, 1, '2023-07-08 16:29:11', '2023-07-08 16:29:11', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 16:29:11', '2023-07-08 16:29:11', '', 69, 'https://diginspire.in/dartsp/?p=199', 0, 'revision', '', 0),
(200, 1, '2023-07-08 16:29:12', '2023-07-08 16:29:12', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #2d93ff;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 16:29:12', '2023-07-08 16:29:12', '', 69, 'https://diginspire.in/dartsp/?p=200', 0, 'revision', '', 0),
(201, 1, '2023-07-08 16:29:20', '2023-07-08 16:29:20', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #2d93ff;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 16:29:20', '2023-07-08 16:29:20', '', 69, 'https://diginspire.in/dartsp/?p=201', 0, 'revision', '', 0),
(202, 1, '2023-07-08 16:29:20', '2023-07-08 16:29:20', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #2d93ff;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 16:29:20', '2023-07-08 16:29:20', '', 69, 'https://diginspire.in/dartsp/?p=202', 0, 'revision', '', 0),
(203, 1, '2023-07-08 16:29:20', '2023-07-08 16:29:20', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 16:29:20', '2023-07-08 16:29:20', '', 69, 'https://diginspire.in/dartsp/?p=203', 0, 'revision', '', 0),
(204, 1, '2023-07-08 16:30:05', '2023-07-08 16:30:05', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 16:30:05', '2023-07-08 16:30:05', '', 69, 'https://diginspire.in/dartsp/?p=204', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(205, 1, '2023-07-08 16:30:05', '2023-07-08 16:30:05', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 16:30:05', '2023-07-08 16:30:05', '', 69, 'https://diginspire.in/dartsp/?p=205', 0, 'revision', '', 0),
(206, 1, '2023-07-08 16:30:06', '2023-07-08 16:30:06', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 16:30:06', '2023-07-08 16:30:06', '', 69, 'https://diginspire.in/dartsp/?p=206', 0, 'revision', '', 0),
(207, 1, '2023-07-08 16:33:12', '2023-07-08 16:33:12', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select  a Girl To Start Video Call</h3>		\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n			<p>&copy Copyright CallNow</p>', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:33:12', '2023-07-08 16:33:12', '', 155, 'https://diginspire.in/dartsp/?p=207', 0, 'revision', '', 0),
(208, 1, '2023-07-08 16:33:13', '2023-07-08 16:33:13', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select  a Girl To Start Video Call</h3>		\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n															<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />															\n			<p>&copy Copyright CallNow</p>', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:33:13', '2023-07-08 16:33:13', '', 155, 'https://diginspire.in/dartsp/?p=208', 0, 'revision', '', 0),
(209, 1, '2023-07-08 16:33:13', '2023-07-08 16:33:13', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Select  a Girl To Start Video Call</h3>		\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_10-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_8-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_7-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_6-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_5-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_4-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_2-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />								</a>\n															<img width=\"274\" height=\"274\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3.webp 274w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_3-150x150.webp 150w\" sizes=\"(max-width: 274px) 100vw, 274px\" />															\n															<img width=\"306\" height=\"306\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1.webp 306w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/aa1-150x150.webp 150w\" sizes=\"(max-width: 306px) 100vw, 306px\" />															\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a16-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a15-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a14-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a13-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />								</a>\n																<a href=\"https://diginspire.in/dartsp/video-call-started/\">\n							<img width=\"313\" height=\"313\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12.webp 313w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-300x300.webp 300w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/a12-150x150.webp 150w\" sizes=\"(max-width: 313px) 100vw, 313px\" />								</a>\n			<p>&copy Copyright CallNow</p>', 'Select Girl', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2023-07-08 16:33:13', '2023-07-08 16:33:13', '', 155, 'https://diginspire.in/dartsp/?p=209', 0, 'revision', '', 0),
(210, 1, '2023-07-08 16:34:09', '2023-07-08 16:34:09', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Unexpected Error Occured</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n		<p style=\"text-align: center;\">We apologize for the inconvenience, but it appears that your internet connection is currently experiencing slowness. This may result in delayed or incomplete loading of the requested content. Use the below given \"Try Again\" button to start again</p>		\n			<a href=\"https://diginspire.in/dartsp/\">\n						Try Again\n					</a>', 'Error', '', 'publish', 'closed', 'closed', '', 'error', '', '', '2023-07-08 16:39:09', '2023-07-08 16:39:09', '', 0, 'https://diginspire.in/dartsp/?page_id=210', 0, 'page', '', 0),
(211, 1, '2023-07-08 16:33:59', '2023-07-08 16:33:59', '', 'Error', '', 'inherit', 'closed', 'closed', '', '210-revision-v1', '', '', '2023-07-08 16:33:59', '2023-07-08 16:33:59', '', 210, 'https://diginspire.in/dartsp/?p=211', 0, 'revision', '', 0),
(212, 1, '2023-07-08 16:38:59', '2023-07-08 16:38:59', '', 'Error', '', 'inherit', 'closed', 'closed', '', '210-revision-v1', '', '', '2023-07-08 16:38:59', '2023-07-08 16:38:59', '', 210, 'https://diginspire.in/dartsp/?p=212', 0, 'revision', '', 0),
(213, 1, '2023-07-08 16:38:59', '2023-07-08 16:38:59', '', 'Error', '', 'inherit', 'closed', 'closed', '', '210-revision-v1', '', '', '2023-07-08 16:38:59', '2023-07-08 16:38:59', '', 210, 'https://diginspire.in/dartsp/?p=213', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(214, 1, '2023-07-08 16:38:59', '2023-07-08 16:38:59', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Unexpected Error Occured</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n		<p style=\"text-align: center;\">We apologize for the inconvenience, but it appears that your internet connection is currently experiencing slowness. This may result in delayed or incomplete loading of the requested content. Use the below given \"Try Again\" button to start again</p>		\n			<a href=\"#\">\n						Try Again\n					</a>', 'Error', '', 'inherit', 'closed', 'closed', '', '210-revision-v1', '', '', '2023-07-08 16:38:59', '2023-07-08 16:38:59', '', 210, 'https://diginspire.in/dartsp/?p=214', 0, 'revision', '', 0),
(215, 1, '2023-07-08 16:39:09', '2023-07-08 16:39:09', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Unexpected Error Occured</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n		<p style=\"text-align: center;\">We apologize for the inconvenience, but it appears that your internet connection is currently experiencing slowness. This may result in delayed or incomplete loading of the requested content. Use the below given \"Try Again\" button to start again</p>		\n			<a href=\"#\">\n						Try Again\n					</a>', 'Error', '', 'inherit', 'closed', 'closed', '', '210-revision-v1', '', '', '2023-07-08 16:39:09', '2023-07-08 16:39:09', '', 210, 'https://diginspire.in/dartsp/?p=215', 0, 'revision', '', 0),
(216, 1, '2023-07-08 16:39:09', '2023-07-08 16:39:09', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Unexpected Error Occured</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n		<p style=\"text-align: center;\">We apologize for the inconvenience, but it appears that your internet connection is currently experiencing slowness. This may result in delayed or incomplete loading of the requested content. Use the below given \"Try Again\" button to start again</p>		\n			<a href=\"#\">\n						Try Again\n					</a>', 'Error', '', 'inherit', 'closed', 'closed', '', '210-revision-v1', '', '', '2023-07-08 16:39:09', '2023-07-08 16:39:09', '', 210, 'https://diginspire.in/dartsp/?p=216', 0, 'revision', '', 0),
(217, 1, '2023-07-08 16:39:09', '2023-07-08 16:39:09', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Unexpected Error Occured</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n		<p style=\"text-align: center;\">We apologize for the inconvenience, but it appears that your internet connection is currently experiencing slowness. This may result in delayed or incomplete loading of the requested content. Use the below given \"Try Again\" button to start again</p>		\n			<a href=\"https://diginspire.in/dartsp/\">\n						Try Again\n					</a>', 'Error', '', 'inherit', 'closed', 'closed', '', '210-revision-v1', '', '', '2023-07-08 16:39:09', '2023-07-08 16:39:09', '', 210, 'https://diginspire.in/dartsp/?p=217', 0, 'revision', '', 0),
(218, 1, '2023-07-08 16:40:39', '2023-07-08 16:40:39', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:40:39', '2023-07-08 16:40:39', '', 169, 'https://diginspire.in/dartsp/?p=218', 0, 'revision', '', 0),
(219, 1, '2023-07-08 16:40:40', '2023-07-08 16:40:40', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:40:40', '2023-07-08 16:40:40', '', 169, 'https://diginspire.in/dartsp/?p=219', 0, 'revision', '', 0),
(220, 1, '2023-07-08 16:40:40', '2023-07-08 16:40:40', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Video Call Started!</h4>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_9.mp4		\n			<a href=\"https://diginspire.in/dartsp/error/\">\n						</a>\n			<a href=\"https://diginspire.in/dartsp/error/\">\n						</a>\n			<a href=\"https://diginspire.in/dartsp/error/\">\n						</a>\n			<a href=\"https://diginspire.in/dartsp/error/\">\n						</a>', 'Video Call Started', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2023-07-08 16:40:40', '2023-07-08 16:40:40', '', 169, 'https://diginspire.in/dartsp/?p=220', 0, 'revision', '', 0),
(221, 1, '2023-07-08 16:51:48', '2023-07-08 16:51:48', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'xz', '', 'publish', 'closed', 'closed', '', 'xz', '', '', '2023-07-08 16:51:48', '2023-07-08 16:51:48', '', 0, 'https://diginspire.in/dartsp/?elementor_library=xz', 0, 'elementor_library', '', 0),
(222, 1, '2023-07-08 16:51:48', '2023-07-08 16:51:48', '', 'xz', '', 'inherit', 'closed', 'closed', '', '221-revision-v1', '', '', '2023-07-08 16:51:48', '2023-07-08 16:51:48', '', 221, 'https://diginspire.in/dartsp/?p=222', 0, 'revision', '', 0),
(223, 1, '2023-07-08 16:51:48', '2023-07-08 16:51:48', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'xz', '', 'inherit', 'closed', 'closed', '', '221-revision-v1', '', '', '2023-07-08 16:51:48', '2023-07-08 16:51:48', '', 221, 'https://diginspire.in/dartsp/?p=223', 0, 'revision', '', 0),
(224, 1, '2023-07-08 16:56:18', '2023-07-08 16:56:18', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 16:56:18', '2023-07-08 16:56:18', '', 69, 'https://diginspire.in/dartsp/?p=224', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(225, 1, '2023-07-08 16:56:18', '2023-07-08 16:56:18', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 16:56:18', '2023-07-08 16:56:18', '', 69, 'https://diginspire.in/dartsp/?p=225', 0, 'revision', '', 0),
(226, 1, '2023-07-08 16:56:18', '2023-07-08 16:56:18', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 16:56:18', '2023-07-08 16:56:18', '', 69, 'https://diginspire.in/dartsp/?p=226', 0, 'revision', '', 0),
(227, 1, '2023-07-08 16:57:38', '2023-07-08 16:57:38', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Age</h4>\n              <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n              <label for=\"age18plus\">18+</label>\n              <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n              <label for=\"ageBelow18\">&lt;18</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 2', '', 'publish', 'closed', 'closed', '', 'home-step-2', '', '', '2023-07-10 04:15:01', '2023-07-10 04:15:01', '', 0, 'https://diginspire.in/dartsp/?page_id=227', 0, 'page', '', 0),
(228, 1, '2023-07-08 16:57:20', '2023-07-08 16:57:20', '', 'Home step 2', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2023-07-08 16:57:20', '2023-07-08 16:57:20', '', 227, 'https://diginspire.in/dartsp/?p=228', 0, 'revision', '', 0),
(229, 1, '2023-07-08 16:58:21', '2023-07-08 16:58:21', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 2', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2023-07-08 16:58:21', '2023-07-08 16:58:21', '', 227, 'https://diginspire.in/dartsp/?p=229', 0, 'revision', '', 0),
(230, 1, '2023-07-08 16:58:21', '2023-07-08 16:58:21', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 2', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2023-07-08 16:58:21', '2023-07-08 16:58:21', '', 227, 'https://diginspire.in/dartsp/?p=230', 0, 'revision', '', 0),
(231, 1, '2023-07-08 16:58:21', '2023-07-08 16:58:21', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 2', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2023-07-08 16:58:21', '2023-07-08 16:58:21', '', 227, 'https://diginspire.in/dartsp/?p=231', 0, 'revision', '', 0),
(232, 1, '2023-07-08 16:58:59', '2023-07-08 16:58:59', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Gender</h4>\n              <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n              <label for=\"male\">Male</label>\n              <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n              <label for=\"female\">Female</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 3', '', 'publish', 'closed', 'closed', '', 'home-step-3', '', '', '2023-07-10 04:15:47', '2023-07-10 04:15:47', '', 0, 'https://diginspire.in/dartsp/?page_id=232', 0, 'page', '', 0),
(233, 1, '2023-07-08 16:58:41', '2023-07-08 16:58:41', '', 'Home step 3', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2023-07-08 16:58:41', '2023-07-08 16:58:41', '', 232, 'https://diginspire.in/dartsp/?p=233', 0, 'revision', '', 0),
(234, 1, '2023-07-08 16:59:35', '2023-07-08 16:59:35', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 3', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2023-07-08 16:59:35', '2023-07-08 16:59:35', '', 232, 'https://diginspire.in/dartsp/?p=234', 0, 'revision', '', 0),
(235, 1, '2023-07-08 16:59:35', '2023-07-08 16:59:35', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 3', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2023-07-08 16:59:35', '2023-07-08 16:59:35', '', 232, 'https://diginspire.in/dartsp/?p=235', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(236, 1, '2023-07-08 16:59:35', '2023-07-08 16:59:35', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 3', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2023-07-08 16:59:35', '2023-07-08 16:59:35', '', 232, 'https://diginspire.in/dartsp/?p=236', 0, 'revision', '', 0),
(237, 1, '2023-07-08 17:01:00', '2023-07-08 17:01:00', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Marital Status</h4>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n              <label for=\"single\">Single</label>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n              <label for=\"married\">Married</label>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n              <label for=\"divorced\">Divorced</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 4', '', 'publish', 'closed', 'closed', '', 'home-step-4', '', '', '2023-07-10 04:16:13', '2023-07-10 04:16:13', '', 0, 'https://diginspire.in/dartsp/?page_id=237', 0, 'page', '', 0),
(238, 1, '2023-07-08 17:00:20', '2023-07-08 17:00:20', '', 'Home step 4', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2023-07-08 17:00:20', '2023-07-08 17:00:20', '', 237, 'https://diginspire.in/dartsp/?p=238', 0, 'revision', '', 0),
(239, 1, '2023-07-08 17:01:18', '2023-07-08 17:01:18', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 4', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2023-07-08 17:01:18', '2023-07-08 17:01:18', '', 237, 'https://diginspire.in/dartsp/?p=239', 0, 'revision', '', 0),
(240, 1, '2023-07-08 17:01:18', '2023-07-08 17:01:18', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 4', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2023-07-08 17:01:18', '2023-07-08 17:01:18', '', 237, 'https://diginspire.in/dartsp/?p=240', 0, 'revision', '', 0),
(241, 1, '2023-07-08 17:01:18', '2023-07-08 17:01:18', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 4', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2023-07-08 17:01:18', '2023-07-08 17:01:18', '', 237, 'https://diginspire.in/dartsp/?p=241', 0, 'revision', '', 0),
(242, 1, '2023-07-08 17:02:22', '2023-07-08 17:02:22', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Which Type Of Girl You Like</h4>\n              <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n              <label for=\"russian\">Russian</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n              <label for=\"indianBhabhi\">Indian Bhabhi</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n              <label for=\"american\">American</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n              <label for=\"thai\">Thai</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'publish', 'closed', 'closed', '', 'home-step-5', '', '', '2023-07-10 04:53:16', '2023-07-10 04:53:16', '', 0, 'https://diginspire.in/dartsp/?page_id=242', 0, 'page', '', 0),
(243, 1, '2023-07-08 17:01:51', '2023-07-08 17:01:51', '', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-08 17:01:51', '2023-07-08 17:01:51', '', 242, 'https://diginspire.in/dartsp/?p=243', 0, 'revision', '', 0),
(244, 1, '2023-07-08 17:02:43', '2023-07-08 17:02:43', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-08 17:02:43', '2023-07-08 17:02:43', '', 242, 'https://diginspire.in/dartsp/?p=244', 0, 'revision', '', 0),
(245, 1, '2023-07-08 17:02:43', '2023-07-08 17:02:43', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-08 17:02:43', '2023-07-08 17:02:43', '', 242, 'https://diginspire.in/dartsp/?p=245', 0, 'revision', '', 0),
(246, 1, '2023-07-08 17:02:44', '2023-07-08 17:02:44', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-08 17:02:44', '2023-07-08 17:02:44', '', 242, 'https://diginspire.in/dartsp/?p=246', 0, 'revision', '', 0),
(247, 1, '2023-07-08 17:03:39', '2023-07-08 17:03:39', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Which Type Of Call You Prefer?</h4>\n              <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n              <label for=\"videoCall\">Video Call</label>\n              <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n              <label for=\"voiceCall\">Voice Call</label>\n              <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n              <label for=\"chat\">Chat</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 6', '', 'publish', 'closed', 'closed', '', 'home-step-6', '', '', '2023-07-10 04:54:43', '2023-07-10 04:54:43', '', 0, 'https://diginspire.in/dartsp/?page_id=247', 0, 'page', '', 0),
(248, 1, '2023-07-08 17:03:06', '2023-07-08 17:03:06', '', 'Home step 6', '', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2023-07-08 17:03:06', '2023-07-08 17:03:06', '', 247, 'https://diginspire.in/dartsp/?p=248', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(249, 1, '2023-07-08 17:03:51', '2023-07-08 17:03:51', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 6', '', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2023-07-08 17:03:51', '2023-07-08 17:03:51', '', 247, 'https://diginspire.in/dartsp/?p=249', 0, 'revision', '', 0),
(250, 1, '2023-07-08 17:03:51', '2023-07-08 17:03:51', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n            <button type=\"button\">Previous</button>\n            <button type=\"button\">Next</button>\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n            <button type=\"button\">Previous</button>\n            <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 6', '', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2023-07-08 17:03:51', '2023-07-08 17:03:51', '', 247, 'https://diginspire.in/dartsp/?p=250', 0, 'revision', '', 0),
(251, 1, '2023-07-08 17:03:51', '2023-07-08 17:03:51', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 6', '', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2023-07-08 17:03:51', '2023-07-08 17:03:51', '', 247, 'https://diginspire.in/dartsp/?p=251', 0, 'revision', '', 0),
(252, 1, '2023-07-08 17:04:46', '2023-07-08 17:04:46', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:04:46', '2023-07-08 17:04:46', '', 69, 'https://diginspire.in/dartsp/?p=252', 0, 'revision', '', 0),
(253, 1, '2023-07-08 17:04:46', '2023-07-08 17:04:46', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:04:46', '2023-07-08 17:04:46', '', 69, 'https://diginspire.in/dartsp/?p=253', 0, 'revision', '', 0),
(254, 1, '2023-07-08 17:04:47', '2023-07-08 17:04:47', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:04:47', '2023-07-08 17:04:47', '', 69, 'https://diginspire.in/dartsp/?p=254', 0, 'revision', '', 0),
(255, 1, '2023-07-08 17:05:03', '2023-07-08 17:05:03', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:05:03', '2023-07-08 17:05:03', '', 69, 'https://diginspire.in/dartsp/?p=255', 0, 'revision', '', 0),
(256, 1, '2023-07-08 17:05:03', '2023-07-08 17:05:03', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:05:03', '2023-07-08 17:05:03', '', 69, 'https://diginspire.in/dartsp/?p=256', 0, 'revision', '', 0),
(257, 1, '2023-07-08 17:05:03', '2023-07-08 17:05:03', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:05:03', '2023-07-08 17:05:03', '', 69, 'https://diginspire.in/dartsp/?p=257', 0, 'revision', '', 0),
(258, 1, '2023-07-08 17:05:23', '2023-07-08 17:05:23', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 2', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2023-07-08 17:05:23', '2023-07-08 17:05:23', '', 227, 'https://diginspire.in/dartsp/?p=258', 0, 'revision', '', 0),
(259, 1, '2023-07-08 17:05:23', '2023-07-08 17:05:23', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 2', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2023-07-08 17:05:23', '2023-07-08 17:05:23', '', 227, 'https://diginspire.in/dartsp/?p=259', 0, 'revision', '', 0),
(260, 1, '2023-07-08 17:05:23', '2023-07-08 17:05:23', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n<a href=\"https://diginspire.in/dartsp/home-step-3/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 2', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2023-07-08 17:05:23', '2023-07-08 17:05:23', '', 227, 'https://diginspire.in/dartsp/?p=260', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(261, 1, '2023-07-08 17:05:47', '2023-07-08 17:05:47', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 3', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2023-07-08 17:05:47', '2023-07-08 17:05:47', '', 232, 'https://diginspire.in/dartsp/?p=261', 0, 'revision', '', 0),
(262, 1, '2023-07-08 17:05:48', '2023-07-08 17:05:48', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 3', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2023-07-08 17:05:48', '2023-07-08 17:05:48', '', 232, 'https://diginspire.in/dartsp/?p=262', 0, 'revision', '', 0),
(263, 1, '2023-07-08 17:05:48', '2023-07-08 17:05:48', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n<a href=\"https://diginspire.in/dartsp/home-step-4/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 3', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2023-07-08 17:05:48', '2023-07-08 17:05:48', '', 232, 'https://diginspire.in/dartsp/?p=263', 0, 'revision', '', 0),
(264, 1, '2023-07-08 17:06:14', '2023-07-08 17:06:14', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 4', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2023-07-08 17:06:14', '2023-07-08 17:06:14', '', 237, 'https://diginspire.in/dartsp/?p=264', 0, 'revision', '', 0),
(265, 1, '2023-07-08 17:06:14', '2023-07-08 17:06:14', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 4', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2023-07-08 17:06:14', '2023-07-08 17:06:14', '', 237, 'https://diginspire.in/dartsp/?p=265', 0, 'revision', '', 0),
(266, 1, '2023-07-08 17:06:14', '2023-07-08 17:06:14', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n<a href=\"https://diginspire.in/dartsp/home-step-5/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 4', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2023-07-08 17:06:14', '2023-07-08 17:06:14', '', 237, 'https://diginspire.in/dartsp/?p=266', 0, 'revision', '', 0),
(267, 1, '2023-07-08 17:06:45', '2023-07-08 17:06:45', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-08 17:06:45', '2023-07-08 17:06:45', '', 242, 'https://diginspire.in/dartsp/?p=267', 0, 'revision', '', 0),
(268, 1, '2023-07-08 17:06:45', '2023-07-08 17:06:45', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-08 17:06:45', '2023-07-08 17:06:45', '', 242, 'https://diginspire.in/dartsp/?p=268', 0, 'revision', '', 0),
(269, 1, '2023-07-08 17:06:45', '2023-07-08 17:06:45', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n<a href=\"https://diginspire.in/dartsp/home-step-5/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-08 17:06:45', '2023-07-08 17:06:45', '', 242, 'https://diginspire.in/dartsp/?p=269', 0, 'revision', '', 0),
(270, 1, '2023-07-08 17:07:26', '2023-07-08 17:07:26', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n<a href=\"https://diginspire.in/dartsp/home-step-5/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-08 17:07:26', '2023-07-08 17:07:26', '', 242, 'https://diginspire.in/dartsp/?p=270', 0, 'revision', '', 0),
(271, 1, '2023-07-08 17:07:26', '2023-07-08 17:07:26', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n<a href=\"https://diginspire.in/dartsp/home-step-5/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-08 17:07:26', '2023-07-08 17:07:26', '', 242, 'https://diginspire.in/dartsp/?p=271', 0, 'revision', '', 0),
(272, 1, '2023-07-08 17:07:26', '2023-07-08 17:07:26', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n<a href=\"https://diginspire.in/dartsp/home-step-6/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-08 17:07:26', '2023-07-08 17:07:26', '', 242, 'https://diginspire.in/dartsp/?p=272', 0, 'revision', '', 0),
(273, 1, '2023-07-08 17:18:10', '2023-07-08 17:18:10', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:18:10', '2023-07-08 17:18:10', '', 69, 'https://diginspire.in/dartsp/?p=273', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(274, 1, '2023-07-08 17:18:10', '2023-07-08 17:18:10', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:18:10', '2023-07-08 17:18:10', '', 69, 'https://diginspire.in/dartsp/?p=274', 0, 'revision', '', 0),
(275, 1, '2023-07-08 17:18:10', '2023-07-08 17:18:10', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:18:10', '2023-07-08 17:18:10', '', 69, 'https://diginspire.in/dartsp/?p=275', 0, 'revision', '', 0),
(276, 1, '2023-07-08 17:18:44', '2023-07-08 17:18:44', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:18:44', '2023-07-08 17:18:44', '', 69, 'https://diginspire.in/dartsp/?p=276', 0, 'revision', '', 0),
(277, 1, '2023-07-08 17:18:44', '2023-07-08 17:18:44', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:18:44', '2023-07-08 17:18:44', '', 69, 'https://diginspire.in/dartsp/?p=277', 0, 'revision', '', 0),
(278, 1, '2023-07-08 17:18:44', '2023-07-08 17:18:44', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:18:44', '2023-07-08 17:18:44', '', 69, 'https://diginspire.in/dartsp/?p=278', 0, 'revision', '', 0),
(279, 1, '2023-07-08 17:19:17', '2023-07-08 17:19:17', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:19:17', '2023-07-08 17:19:17', '', 69, 'https://diginspire.in/dartsp/?p=279', 0, 'revision', '', 0),
(280, 1, '2023-07-08 17:19:17', '2023-07-08 17:19:17', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:19:17', '2023-07-08 17:19:17', '', 69, 'https://diginspire.in/dartsp/?p=280', 0, 'revision', '', 0),
(281, 1, '2023-07-08 17:19:18', '2023-07-08 17:19:18', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:19:18', '2023-07-08 17:19:18', '', 69, 'https://diginspire.in/dartsp/?p=281', 0, 'revision', '', 0),
(282, 1, '2023-07-08 17:20:18', '2023-07-08 17:20:18', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:20:18', '2023-07-08 17:20:18', '', 69, 'https://diginspire.in/dartsp/?p=282', 0, 'revision', '', 0),
(283, 1, '2023-07-08 17:20:18', '2023-07-08 17:20:18', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:20:18', '2023-07-08 17:20:18', '', 69, 'https://diginspire.in/dartsp/?p=283', 0, 'revision', '', 0),
(284, 1, '2023-07-08 17:20:18', '2023-07-08 17:20:18', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-08 17:20:18', '2023-07-08 17:20:18', '', 69, 'https://diginspire.in/dartsp/?p=284', 0, 'revision', '', 0),
(286, 1, '2023-07-10 04:01:26', '2023-07-10 04:01:26', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:01:26', '2023-07-10 04:01:26', '', 69, 'https://diginspire.in/dartsp/?p=286', 0, 'revision', '', 0),
(287, 1, '2023-07-10 04:01:26', '2023-07-10 04:01:26', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Interest</h4>\n                <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n                <label for=\"boy\">Boy</label>\n                <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n                <label for=\"girl\">Girl</label>\n<a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:01:26', '2023-07-10 04:01:26', '', 69, 'https://diginspire.in/dartsp/?p=287', 0, 'revision', '', 0),
(288, 1, '2023-07-10 04:01:26', '2023-07-10 04:01:26', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    cursor: pointer;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Interest</h4>\n              <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n              <label for=\"boy\">Boy</label>\n              <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n              <label for=\"girl\">Girl</label>\n          <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:01:26', '2023-07-10 04:01:26', '', 69, 'https://diginspire.in/dartsp/?p=288', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(289, 1, '2023-07-10 04:06:26', '2023-07-10 04:06:26', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    cursor: pointer;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Interest</h4>\n              <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n              <label for=\"boy\">Boy</label>\n              <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n              <label for=\"girl\">Girl</label>\n          <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:06:26', '2023-07-10 04:06:26', '', 69, 'https://diginspire.in/dartsp/?p=289', 0, 'revision', '', 0),
(290, 1, '2023-07-10 04:06:27', '2023-07-10 04:06:27', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    cursor: pointer;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Interest</h4>\n              <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n              <label for=\"boy\">Boy</label>\n              <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n              <label for=\"girl\">Girl</label>\n          <a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:06:27', '2023-07-10 04:06:27', '', 69, 'https://diginspire.in/dartsp/?p=290', 0, 'revision', '', 0),
(291, 1, '2023-07-10 04:06:27', '2023-07-10 04:06:27', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    cursor: pointer;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Interest</h4>\n              <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n              <label for=\"boy\">Boy</label>\n              <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n              <label for=\"girl\">Girl</label>\n          <a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:06:27', '2023-07-10 04:06:27', '', 69, 'https://diginspire.in/dartsp/?p=291', 0, 'revision', '', 0),
(292, 1, '2023-07-10 04:08:00', '2023-07-10 04:08:00', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    cursor: pointer;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Interest</h4>\n              <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n              <label for=\"boy\">Boy</label>\n              <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n              <label for=\"girl\">Girl</label>\n          <a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:08:00', '2023-07-10 04:08:00', '', 69, 'https://diginspire.in/dartsp/?p=292', 0, 'revision', '', 0),
(293, 1, '2023-07-10 04:08:00', '2023-07-10 04:08:00', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    cursor: pointer;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Interest</h4>\n              <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n              <label for=\"boy\">Boy</label>\n              <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n              <label for=\"girl\">Girl</label>\n          <a href=\"https://diginspire.in/dartsp/home-step-2/\">Submit</a>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:08:00', '2023-07-10 04:08:00', '', 69, 'https://diginspire.in/dartsp/?p=293', 0, 'revision', '', 0),
(294, 1, '2023-07-10 04:08:00', '2023-07-10 04:08:00', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    cursor: pointer;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Interest</h4>\n              <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n              <label for=\"boy\">Boy</label>\n              <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n              <label for=\"girl\">Girl</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:08:00', '2023-07-10 04:08:00', '', 69, 'https://diginspire.in/dartsp/?p=294', 0, 'revision', '', 0),
(295, 1, '2023-07-10 04:08:54', '2023-07-10 04:08:54', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    cursor: pointer;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Interest</h4>\n              <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n              <label for=\"boy\">Boy</label>\n              <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n              <label for=\"girl\">Girl</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:08:54', '2023-07-10 04:08:54', '', 69, 'https://diginspire.in/dartsp/?p=295', 0, 'revision', '', 0),
(296, 1, '2023-07-10 04:08:54', '2023-07-10 04:08:54', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    cursor: pointer;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Interest</h4>\n              <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n              <label for=\"boy\">Boy</label>\n              <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n              <label for=\"girl\">Girl</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:08:54', '2023-07-10 04:08:54', '', 69, 'https://diginspire.in/dartsp/?p=296', 0, 'revision', '', 0),
(297, 1, '2023-07-10 04:08:55', '2023-07-10 04:08:55', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    cursor: pointer;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Interest</h4>\n              <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n              <label for=\"boy\">Boy</label>\n              <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n              <label for=\"girl\">Girl</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:08:55', '2023-07-10 04:08:55', '', 69, 'https://diginspire.in/dartsp/?p=297', 0, 'revision', '', 0),
(298, 1, '2023-07-10 04:09:46', '2023-07-10 04:09:46', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n<a href=\"https://diginspire.in/dartsp/home-step-3/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 2', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2023-07-10 04:09:46', '2023-07-10 04:09:46', '', 227, 'https://diginspire.in/dartsp/?p=298', 0, 'revision', '', 0),
(299, 1, '2023-07-10 04:09:46', '2023-07-10 04:09:46', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Age</h4>\n                <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n                <label for=\"age18plus\">18+</label>\n                <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n                <label for=\"ageBelow18\">&lt;18</label>\n<a href=\"https://diginspire.in/dartsp/home-step-3/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 2', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2023-07-10 04:09:46', '2023-07-10 04:09:46', '', 227, 'https://diginspire.in/dartsp/?p=299', 0, 'revision', '', 0),
(300, 1, '2023-07-10 04:09:46', '2023-07-10 04:09:46', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Age</h4>\n              <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n              <label for=\"age18plus\">18+</label>\n              <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n              <label for=\"ageBelow18\">&lt;18</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 2', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2023-07-10 04:09:46', '2023-07-10 04:09:46', '', 227, 'https://diginspire.in/dartsp/?p=300', 0, 'revision', '', 0),
(301, 1, '2023-07-10 04:10:35', '2023-07-10 04:10:35', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n<a href=\"https://diginspire.in/dartsp/home-step-4/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 3', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2023-07-10 04:10:35', '2023-07-10 04:10:35', '', 232, 'https://diginspire.in/dartsp/?p=301', 0, 'revision', '', 0),
(302, 1, '2023-07-10 04:10:35', '2023-07-10 04:10:35', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Your Gender</h4>\n                <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n                <label for=\"male\">Male</label>\n                <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n                <label for=\"female\">Female</label>\n<a href=\"https://diginspire.in/dartsp/home-step-4/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 3', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2023-07-10 04:10:35', '2023-07-10 04:10:35', '', 232, 'https://diginspire.in/dartsp/?p=302', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(303, 1, '2023-07-10 04:10:35', '2023-07-10 04:10:35', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Gender</h4>\n              <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n              <label for=\"male\">Male</label>\n              <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n              <label for=\"female\">Female</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 3', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2023-07-10 04:10:35', '2023-07-10 04:10:35', '', 232, 'https://diginspire.in/dartsp/?p=303', 0, 'revision', '', 0),
(304, 1, '2023-07-10 04:12:03', '2023-07-10 04:12:03', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n<a href=\"https://diginspire.in/dartsp/home-step-5/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 4', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2023-07-10 04:12:03', '2023-07-10 04:12:03', '', 237, 'https://diginspire.in/dartsp/?p=304', 0, 'revision', '', 0),
(305, 1, '2023-07-10 04:12:03', '2023-07-10 04:12:03', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n             <h4>Select Your Marital Status</h4>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n                <label for=\"single\">Single</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n                <label for=\"married\">Married</label>\n                <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n                <label for=\"divorced\">Divorced</label>\n<a href=\"https://diginspire.in/dartsp/home-step-5/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 4', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2023-07-10 04:12:03', '2023-07-10 04:12:03', '', 237, 'https://diginspire.in/dartsp/?p=305', 0, 'revision', '', 0),
(306, 1, '2023-07-10 04:12:03', '2023-07-10 04:12:03', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Marital Status</h4>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n              <label for=\"single\">Single</label>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n              <label for=\"married\">Married</label>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n              <label for=\"divorced\">Divorced</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 4', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2023-07-10 04:12:03', '2023-07-10 04:12:03', '', 237, 'https://diginspire.in/dartsp/?p=306', 0, 'revision', '', 0),
(307, 1, '2023-07-10 04:12:51', '2023-07-10 04:12:51', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n<a href=\"https://diginspire.in/dartsp/home-step-6/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-10 04:12:51', '2023-07-10 04:12:51', '', 242, 'https://diginspire.in/dartsp/?p=307', 0, 'revision', '', 0),
(308, 1, '2023-07-10 04:12:51', '2023-07-10 04:12:51', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n          <h4>Select Which Type Of Girl You Like</h4>\n                <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n                <label for=\"russian\">Russian</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n                <label for=\"indianBhabhi\">Indian Bhabhi</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n                <label for=\"american\">American</label>\n                <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n                <label for=\"thai\">Thai</label>\n<a href=\"https://diginspire.in/dartsp/home-step-6/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-10 04:12:51', '2023-07-10 04:12:51', '', 242, 'https://diginspire.in/dartsp/?p=308', 0, 'revision', '', 0),
(309, 1, '2023-07-10 04:12:51', '2023-07-10 04:12:51', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Which Type Of Girl You Like</h4>\n              <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n              <label for=\"russian\">Russian</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n              <label for=\"indianBhabhi\">Indian Bhabhi</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n              <label for=\"american\">American</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n              <label for=\"thai\">Thai</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-10 04:12:51', '2023-07-10 04:12:51', '', 242, 'https://diginspire.in/dartsp/?p=309', 0, 'revision', '', 0),
(310, 1, '2023-07-10 04:14:13', '2023-07-10 04:14:13', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    cursor: pointer;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Interest</h4>\n              <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n              <label for=\"boy\">Boy</label>\n              <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n              <label for=\"girl\">Girl</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:14:13', '2023-07-10 04:14:13', '', 69, 'https://diginspire.in/dartsp/?p=310', 0, 'revision', '', 0),
(311, 1, '2023-07-10 04:14:13', '2023-07-10 04:14:13', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    cursor: pointer;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Interest</h4>\n              <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n              <label for=\"boy\">Boy</label>\n              <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n              <label for=\"girl\">Girl</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:14:13', '2023-07-10 04:14:13', '', 69, 'https://diginspire.in/dartsp/?p=311', 0, 'revision', '', 0),
(312, 1, '2023-07-10 04:14:13', '2023-07-10 04:14:13', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    cursor: pointer;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Interest</h4>\n              <input type=\"radio\" name=\"interest\" id=\"boy\" value=\"Boy\" required>\n              <label for=\"boy\">Boy</label>\n              <input type=\"radio\" name=\"interest\" id=\"girl\" value=\"Girl\" required>\n              <label for=\"girl\">Girl</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'New Home', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-07-10 04:14:13', '2023-07-10 04:14:13', '', 69, 'https://diginspire.in/dartsp/?p=312', 0, 'revision', '', 0),
(314, 1, '2023-07-10 04:15:01', '2023-07-10 04:15:01', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Age</h4>\n              <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n              <label for=\"age18plus\">18+</label>\n              <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n              <label for=\"ageBelow18\">&lt;18</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 2', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2023-07-10 04:15:01', '2023-07-10 04:15:01', '', 227, 'https://diginspire.in/dartsp/?p=314', 0, 'revision', '', 0),
(315, 1, '2023-07-10 04:15:01', '2023-07-10 04:15:01', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Age</h4>\n              <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n              <label for=\"age18plus\">18+</label>\n              <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n              <label for=\"ageBelow18\">&lt;18</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 2', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2023-07-10 04:15:01', '2023-07-10 04:15:01', '', 227, 'https://diginspire.in/dartsp/?p=315', 0, 'revision', '', 0),
(316, 1, '2023-07-10 04:15:01', '2023-07-10 04:15:01', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Age</h4>\n              <input type=\"radio\" name=\"age\" id=\"age18plus\" value=\"18+\" required>\n              <label for=\"age18plus\">18+</label>\n              <input type=\"radio\" name=\"age\" id=\"ageBelow18\" value=\"<18\" required>\n              <label for=\"ageBelow18\">&lt;18</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 2', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2023-07-10 04:15:01', '2023-07-10 04:15:01', '', 227, 'https://diginspire.in/dartsp/?p=316', 0, 'revision', '', 0);
INSERT INTO `wpgx_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(317, 1, '2023-07-10 04:15:47', '2023-07-10 04:15:47', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Gender</h4>\n              <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n              <label for=\"male\">Male</label>\n              <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n              <label for=\"female\">Female</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 3', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2023-07-10 04:15:47', '2023-07-10 04:15:47', '', 232, 'https://diginspire.in/dartsp/?p=317', 0, 'revision', '', 0),
(318, 1, '2023-07-10 04:15:47', '2023-07-10 04:15:47', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Gender</h4>\n              <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n              <label for=\"male\">Male</label>\n              <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n              <label for=\"female\">Female</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 3', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2023-07-10 04:15:47', '2023-07-10 04:15:47', '', 232, 'https://diginspire.in/dartsp/?p=318', 0, 'revision', '', 0),
(319, 1, '2023-07-10 04:15:47', '2023-07-10 04:15:47', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Gender</h4>\n              <input type=\"radio\" name=\"gender\" id=\"male\" value=\"Male\" required>\n              <label for=\"male\">Male</label>\n              <input type=\"radio\" name=\"gender\" id=\"female\" value=\"Female\" required>\n              <label for=\"female\">Female</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 3', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2023-07-10 04:15:47', '2023-07-10 04:15:47', '', 232, 'https://diginspire.in/dartsp/?p=319', 0, 'revision', '', 0),
(320, 1, '2023-07-10 04:16:13', '2023-07-10 04:16:13', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Marital Status</h4>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n              <label for=\"single\">Single</label>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n              <label for=\"married\">Married</label>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n              <label for=\"divorced\">Divorced</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 4', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2023-07-10 04:16:13', '2023-07-10 04:16:13', '', 237, 'https://diginspire.in/dartsp/?p=320', 0, 'revision', '', 0),
(321, 1, '2023-07-10 04:16:13', '2023-07-10 04:16:13', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Marital Status</h4>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n              <label for=\"single\">Single</label>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n              <label for=\"married\">Married</label>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n              <label for=\"divorced\">Divorced</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 4', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2023-07-10 04:16:13', '2023-07-10 04:16:13', '', 237, 'https://diginspire.in/dartsp/?p=321', 0, 'revision', '', 0),
(322, 1, '2023-07-10 04:16:13', '2023-07-10 04:16:13', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Your Marital Status</h4>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"single\" value=\"Single\" required>\n              <label for=\"single\">Single</label>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"married\" value=\"Married\" required>\n              <label for=\"married\">Married</label>\n              <input type=\"radio\" name=\"maritalStatus\" id=\"divorced\" value=\"Divorced\" required>\n              <label for=\"divorced\">Divorced</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 4', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2023-07-10 04:16:13', '2023-07-10 04:16:13', '', 237, 'https://diginspire.in/dartsp/?p=322', 0, 'revision', '', 0),
(323, 1, '2023-07-10 04:53:16', '2023-07-10 04:53:16', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Which Type Of Girl You Like</h4>\n              <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n              <label for=\"russian\">Russian</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n              <label for=\"indianBhabhi\">Indian Bhabhi</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n              <label for=\"american\">American</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n              <label for=\"thai\">Thai</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-10 04:53:16', '2023-07-10 04:53:16', '', 242, 'https://diginspire.in/dartsp/?p=323', 0, 'revision', '', 0),
(324, 1, '2023-07-10 04:53:16', '2023-07-10 04:53:16', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Which Type Of Girl You Like</h4>\n              <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n              <label for=\"russian\">Russian</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n              <label for=\"indianBhabhi\">Indian Bhabhi</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n              <label for=\"american\">American</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n              <label for=\"thai\">Thai</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-10 04:53:16', '2023-07-10 04:53:16', '', 242, 'https://diginspire.in/dartsp/?p=324', 0, 'revision', '', 0),
(325, 1, '2023-07-10 04:53:16', '2023-07-10 04:53:16', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Which Type Of Girl You Like</h4>\n              <input type=\"radio\" name=\"girlPreference\" id=\"russian\" value=\"Russian\" required>\n              <label for=\"russian\">Russian</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"indianBhabhi\" value=\"Indian Bhabhi\" required>\n              <label for=\"indianBhabhi\">Indian Bhabhi</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"american\" value=\"American\" required>\n              <label for=\"american\">American</label>\n              <input type=\"radio\" name=\"girlPreference\" id=\"thai\" value=\"Thai\" required>\n              <label for=\"thai\">Thai</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 5', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2023-07-10 04:53:16', '2023-07-10 04:53:16', '', 242, 'https://diginspire.in/dartsp/?p=325', 0, 'revision', '', 0),
(326, 1, '2023-07-10 04:54:43', '2023-07-10 04:54:43', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 6', '', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2023-07-10 04:54:43', '2023-07-10 04:54:43', '', 247, 'https://diginspire.in/dartsp/?p=326', 0, 'revision', '', 0),
(327, 1, '2023-07-10 04:54:43', '2023-07-10 04:54:43', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;TODAY&nbsp;</p></h2>		\n<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n    #multiStepForm .form-check {\npadding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n    }\n</style>\n        <form id=\"multiStepForm\">\n              <h4>Select Which Type Of Call You Prefer?</h4>\n                <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n                <label for=\"videoCall\">Video Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n                <label for=\"voiceCall\">Voice Call</label>\n                <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n                <label for=\"chat\">Chat</label>\n<a href=\"https://diginspire.in/dartsp/select-girl/\">Submit</a>\n        </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 6', '', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2023-07-10 04:54:43', '2023-07-10 04:54:43', '', 247, 'https://diginspire.in/dartsp/?p=327', 0, 'revision', '', 0),
(328, 1, '2023-07-10 04:54:43', '2023-07-10 04:54:43', '<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"426\" height=\"114\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8.png 426w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/H-8-300x80.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2><p style=\"line-height: 1.2; margin: 0px auto 10px; font-size: 24px; text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px; color: rgb(255, 255, 255); padding-bottom: 3px; text-transform: uppercase; width: fit-content; font-family: Lato, arial, helvetica, sans-serif; white-space-collapse: collapse; background-color: rgb(52, 69, 96);\">&nbsp;START&nbsp;<em style=\"color: rgb(255, 203, 74); font-size: 1.3em; font-weight: 400; text-transform: none;\">free</em>&nbsp;VIDEO CALL&nbsp;</p></h2>		\n			<head>\n  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\">\n</head>\n<style>\n  #multiStepForm .form-check {\n    padding: 10px;\n    border: 1px solid #b9b9b9;\n    border-radius: 10px;\n    margin: 10px;\n  }\n</style>\n      <form id=\"multiStepForm\">\n            <h4>Select Which Type Of Call You Prefer?</h4>\n              <input type=\"radio\" name=\"callPreference\" id=\"videoCall\" value=\"Video Call\" required>\n              <label for=\"videoCall\">Video Call</label>\n              <input type=\"radio\" name=\"callPreference\" id=\"voiceCall\" value=\"Voice Call\" required>\n              <label for=\"voiceCall\">Voice Call</label>\n              <input type=\"radio\" name=\"callPreference\" id=\"chat\" value=\"Chat\" required>\n              <label for=\"chat\">Chat</label>\n          <button type=\"button\" id=\"submitBtn\">Submit</button>\n      </form>\n			<h5>start a video call with hot girls</h5>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall.webp 256w, https://diginspire.in/dartsp/wp-content/uploads/2023/07/com-lite-chat-russiangirlcall-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<a href=\"#\">\n						Start Video Call Now\n					</a>\n			<h5>Video Call with Amazing Girls</h5>		\n		https://diginspire.in/dartsp/wp-content/uploads/2023/07/call_vid_1.mp4<p><strong>ENJOY THE VIDEO CALLS WITH GIRLS</strong></p>', 'Home step 6', '', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2023-07-10 04:54:43', '2023-07-10 04:54:43', '', 247, 'https://diginspire.in/dartsp/?p=328', 0, 'revision', '', 0),
(329, 1, '2023-07-10 08:38:30', '0000-00-00 00:00:00', 'Thank you for reading this post, don\'t forget to subscribe!', 'Display a message after the 1st paragraph of posts', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-07-10 08:38:30', '0000-00-00 00:00:00', '', 0, 'https://diginspire.in/dartsp/?post_type=wpcode&p=329', 0, 'wpcode', '', 0),
(330, 1, '2023-07-10 08:38:30', '0000-00-00 00:00:00', 'add_action(\'admin_init\', function () {\r\n    // Redirect any user trying to access comments page\r\n    global $pagenow;\r\n    \r\n    if ($pagenow === \'edit-comments.php\') {\r\n        wp_safe_redirect(admin_url());\r\n        exit;\r\n    }\r\n\r\n    // Remove comments metabox from dashboard\r\n    remove_meta_box(\'dashboard_recent_comments\', \'dashboard\', \'normal\');\r\n\r\n    // Disable support for comments and trackbacks in post types\r\n    foreach (get_post_types() as $post_type) {\r\n        if (post_type_supports($post_type, \'comments\')) {\r\n            remove_post_type_support($post_type, \'comments\');\r\n            remove_post_type_support($post_type, \'trackbacks\');\r\n        }\r\n    }\r\n});\r\n\r\n// Close comments on the front-end\r\nadd_filter(\'comments_open\', \'__return_false\', 20, 2);\r\nadd_filter(\'pings_open\', \'__return_false\', 20, 2);\r\n\r\n// Hide existing comments\r\nadd_filter(\'comments_array\', \'__return_empty_array\', 10, 2);\r\n\r\n// Remove comments page in menu\r\nadd_action(\'admin_menu\', function () {\r\n    remove_menu_page(\'edit-comments.php\');\r\n});\r\n\r\n// Remove comments links from admin bar\r\nadd_action(\'init\', function () {\r\n    if (is_admin_bar_showing()) {\r\n        remove_action(\'admin_bar_menu\', \'wp_admin_bar_comments_menu\', 60);\r\n    }\r\n});', 'Completely Disable Comments', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-07-10 08:38:30', '0000-00-00 00:00:00', '', 0, 'https://diginspire.in/dartsp/?post_type=wpcode&p=330', 0, 'wpcode', '', 0);

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

--
-- Table structure for table `wpgx_termmeta`
--

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

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

--
-- Table structure for table `wpgx_terms`
--

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

--
-- Dumping data for table `wpgx_terms`
--

INSERT INTO `wpgx_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'twentytwentythree', 'twentytwentythree', 0),
(3, 'page', 'page', 0),
(4, 'text', 'text', 0),
(5, 'after_paragraph', 'after_paragraph', 0),
(6, 'sample', 'sample', 0),
(7, 'message', 'message', 0),
(8, 'php', 'php', 0),
(9, 'everywhere', 'everywhere', 0),
(10, 'disable', 'disable', 0),
(11, 'comments', 'comments', 0);

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

--
-- Table structure for table `wpgx_term_relationships`
--

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

--
-- Dumping data for table `wpgx_term_relationships`
--

INSERT INTO `wpgx_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(7, 2, 0),
(17, 3, 0),
(25, 3, 0),
(56, 3, 0),
(221, 3, 0),
(329, 4, 0),
(329, 5, 0),
(329, 6, 0),
(329, 7, 0),
(330, 6, 0),
(330, 8, 0),
(330, 9, 0),
(330, 10, 0),
(330, 11, 0);

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

--
-- Table structure for table `wpgx_term_taxonomy`
--

CREATE TABLE `wpgx_term_taxonomy` (
  `term_taxonomy_id` bigint UNSIGNED NOT NULL,
  `term_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpgx_term_taxonomy`
--

INSERT INTO `wpgx_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'wp_theme', '', 0, 1),
(3, 3, 'elementor_library_type', '', 0, 4),
(4, 4, 'wpcode_type', '', 0, 1),
(5, 5, 'wpcode_location', '', 0, 1),
(6, 6, 'wpcode_tags', '', 0, 2),
(7, 7, 'wpcode_tags', '', 0, 1),
(8, 8, 'wpcode_type', '', 0, 1),
(9, 9, 'wpcode_location', '', 0, 1),
(10, 10, 'wpcode_tags', '', 0, 1),
(11, 11, 'wpcode_tags', '', 0, 1);

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

--
-- Table structure for table `wpgx_usermeta`
--

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

--
-- Dumping data for table `wpgx_usermeta`
--

INSERT INTO `wpgx_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpgx_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpgx_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice'),
(15, 1, 'show_welcome_panel', '0'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"1047e5269b2c61a6ce38cc39f5fdca011be99941e8bb0c6820af60ae77c283db\";a:4:{s:10:\"expiration\";i:1692865310;s:2:\"ip\";s:12:\"39.40.14.252\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\";s:5:\"login\";i:1691655710;}}'),
(17, 1, 'wpgx_dashboard_quick_press_last_post_id', '331'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:10:\"39.40.14.0\";}'),
(19, 1, 'elementor_introduction', 'a:2:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;}'),
(20, 1, 'announcements_user_counter', '1'),
(21, 1, 'wpgx_user-settings', 'editor=tinymce&hidetb=1&libraryContent=browse'),
(22, 1, 'wpgx_user-settings-time', '1688642843'),
(23, 1, 'wpgx_persisted_preferences', 'a:3:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2023-07-08T16:27:28.594Z\";s:14:\"core/edit-site\";a:1:{s:12:\"welcomeGuide\";b:0;}}');

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

--
-- Table structure for table `wpgx_users`
--

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

--
-- Dumping data for table `wpgx_users`
--

INSERT INTO `wpgx_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$BF8iCch1sE1k1bcOcLuFhWKvPkj4Of.', 'admin', 'admin@diginspire.in', 'https://diginspire.in/dartsp', '2023-07-04 06:40:42', '', 0, 'admin');

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

--
-- Table structure for table `wpgx_wpfm_backup`
--

CREATE TABLE `wpgx_wpfm_backup` (
  `id` int NOT NULL,
  `backup_name` text COLLATE utf8mb4_unicode_520_ci,
  `backup_date` text COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Indexes for dumped tables
--

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

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

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

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

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

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

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

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

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

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

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

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